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 | 壯儡軻 | 100110101110000110011001010100111110011101100101 | 9ae19953e765 |
EUC-JP | 壯儡軻 | 110101001110001111010001101101001110110111000110 | d4e3d1b4edc6 |
UTF-8 | 壯儡軻 | 111001011010001110101111111001011000010010100001111010001011101110111011 | e5a3afe584a1e8bbbb |
UHC | 壯儡軻 | 111011011110000011010110111011011100101010111011 | ede0d6edcabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)