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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ゚ク慨^ | 1101111110111000100010100101001101011110 | dfb88a535e |
EUC-JP | ゚ク慨^ | 10001110110111111000111010111000101100111011010001011110 | 8edf8eb8b3b45e |
UTF-8 | ゚ク慨^ | 11101111101111101001111111101111101111011011100011100110100001011010100001011110 | efbe9fefbdb8e685a85e |
UHC | ??慨^ | 0011111100111111110010111100011001011110 | 3f3fcbc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)