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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?彧?] | 0011111111111010101110010011111101011101 | 3ffab93f5d |
EUC-JP | ?彧?] | 001111111000111110111100111111100011111101011101 | 3f8fbcfe3f5d |
UTF-8 | 렱彧롎] | 11101011101000001011000111100101101111011010011111101011101000011000111001011101 | eba0b1e5bda7eba18e5d |
UHC | 렱彧롎] | 10001110101111101110100111101110100011101101010001011101 | 8ebee9ee8ed45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)