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 | 맻 | 111010111010011110111011 | eba7bb |
SJIS-WIN | ?§? | 00111111100000011001100000111111 | 3f81983f |
EUC-JP | � | 100011111010101110110011101000011111100000111111 | 8fabb3a1f83f |
UTF-8 | 맻 | 110000111010101111000010101001111100001010111011 | c3abc2a7c2bb |
UHC | ?§? | 00111111101000011101011100111111 | 3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)