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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | ?彧?[ | 0011111111111010101110010011111101011011 | 3ffab93f5b |
EUC-JP | ?彧?[ | 001111111000111110111100111111100011111101011011 | 3f8fbcfe3f5b |
UTF-8 | 렱彧렑[ | 11101011101000001011000111100101101111011010011111101011101000001001000101011011 | eba0b1e5bda7eba0915b |
UHC | 렱彧렑[ | 10001110101111101110100111101110100011101010011001011011 | 8ebee9ee8ea65b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)