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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迹?飮?殿 | 1110011110010001001111111001111101011010001111111001001101100001 | e7913f9f5a3f9361 |
EUC-JP | 迹?飮?殿 | 1110110111110001001111111101110110111011001111111100010111000010 | edf13fddbb3fc5c2 |
UTF-8 | 迹렱飮렧殿 | 111010001011111110111001111010111010000010110001111010011010001110101110111010111010000010100111111001101010111010111111 | e8bfb9eba0b1e9a3aeeba0a7e6aebf |
UHC | 迹렱飮렧殿 | 11101110111010011000111010111110111010111110011010001110101101101110111011111100 | eee98ebeebe68eb6eefc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)