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 | 谷但泄渫 | 1001001001001010100100100100000110011111100101011001111111010110 | 924a92419f959fd6 |
EUC-JP | 谷但泄渫 | 1100001110101011110000111010001011011101111101011101111011011000 | c3abc3a2ddf5ded8 |
UTF-8 | 谷但泄渫 | 111010001011000010110111111001001011110110000110111001101011001110000100111001101011100010101011 | e8b0b7e4bd86e6b384e6b8ab |
UHC | 谷但泄渫 | 1100110111011011110100111010001111100000110111001110000011011110 | cddbd3a3e0dce0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)