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 | 轜i勧 | 111001110111111010000010100010011000101010101001 | e77e82898aa9 |
EUC-JP | 轜i勧 | 111011011101111110100011111010011011010010101011 | eddfa3e9b4ab |
UTF-8 | 轜i勧 | 111010001011110110011100111011111011110110001001111001011000101110100111 | e8bd9cefbd89e58ba7 |
UHC | ?i? | 00111111101000111110100100111111 | 3fa3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)