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勧 | 111001111000010110000010100010011000101010101001 | e78582898aa9 |
EUC-JP | 辣i勧 | 111011011110010110100011111010011011010010101011 | ede5a3e9b4ab |
UTF-8 | 辣i勧 | 111010001011111010100011111011111011110110001001111001011000101110100111 | e8bea3efbd89e58ba7 |
UHC | 辣i? | 1101010110111000101000111110100100111111 | d5b8a3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)