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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灌轂鶻鳧 | 1001111111110011111001110111011111101010010100101110100111101000 | 9ff3e777ea52e9e8 |
EUC-JP | 灌轂鶻鳧 | 1101111011110101111011011101100011110011101100111111001011101010 | def5edd8f3b3f2ea |
UTF-8 | 灌轂鶻鳧 | 111001111000000110001100111010001011110110000010111010011011011010111011111010011011001110100111 | e7818ce8bd82e9b6bbe9b3a7 |
UHC | 灌??鳧 | 110011101011010000111111001111111101110111000000 | ceb43f3fddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)