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 | ?醇? | 00111111100011111000011000111111 | 3f8f863f |
EUC-JP | ?醇? | 00111111101111011110011000111111 | 3fbde63f |
UTF-8 | 쐊醇쐊 | 111011001001000010001010111010011000011010000111111011001001000010001010 | ec908ae98687ec908a |
UHC | 쐊醇쐊 | 100111000110101111100010111101011001110001101011 | 9c6be2f59c6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)