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 | 喨懷棠 | 100110100110100110011100111001011001111010101001 | 9a699ce59ea9 |
EUC-JP | 喨懷棠 | 110100111100101011011000111001111101110010101011 | d3cad8e7dcab |
UTF-8 | 喨懷棠 | 111001011001011010101000111001101000011110110111111001101010001110100000 | e596a8e687b7e6a3a0 |
UHC | ?懷棠 | 0011111111111100111000111101001111010110 | 3ffce3d3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)