To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楔堯瀟 | 100111101011011011101010100111111110000001101110 | 9eb6ea9fe06e |
EUC-JP | 楔堯瀟 | 110111001011100011110100101000011101111111001111 | dcb8f4a1dfcf |
UTF-8 | 楔堯瀟 | 111001101010010110010100111001011010000010101111111001111000000010011111 | e6a594e5a0afe7809f |
UHC | 楔堯瀟 | 111000001101101111101000111010111110000110111110 | e0dbe8ebe1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)