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 | 冗ャ煮 | 1000111111100111101011001000111011001111 | 8fe7ac8ecf |
EUC-JP | 冗ャ煮 | 101111101110100110001110101011001011110011010001 | bee98eacbcd1 |
UTF-8 | 冗ャ煮 | 111001011000011010010111111011111011110110101100111001111000010110101110 | e58697efbdace785ae |
UHC | 冗?煮 | 1110100110110111001111111110110110110100 | e9b73fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)