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 | ??Uk | 00111111001111110101010101101011 | 3f3f556b |
SJIS-WIN | 彗?Uk | 1001110001100001001111110101010101101011 | 9c613f556b |
EUC-JP | 彗?Uk | 1101011111000010001111110101010101101011 | d7c23f556b |
UTF-8 | 彗뢦Uk | 1110010110111101100101111110101110100010101001100101010101101011 | e5bd97eba2a6556b |
UHC | 彗뢦Uk | 111110111011001010001111011001110101010101101011 | fbb28f67556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)