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 | 綮九散^ | 11100011010110101000101111100011100011100101010101011110 | e35a8be38e555e |
EUC-JP | 綮九散^ | 11100101101110111011011011100101101110111011011001011110 | e5bbb6e5bbb65e |
UTF-8 | 綮九散^ | 11100111101101101010111011100100101110011001110111100110100101011010001101011110 | e7b6aee4b99de695a35e |
UHC | ?九散^ | 001111111100111011111010110111111010010001011110 | 3fcefadfa45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)