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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 卒?????h | 1001000110110010001111110011111100111111001111110011111101101000 | 91b23f3f3f3f3f68 |
EUC-JP | 卒?????h | 1100001010110100001111110011111100111111001111110011111101101000 | c2b43f3f3f3f3f68 |
UTF-8 | 卒쯔렡댁렟렞h | 11100101100011011001001011101100101011111001010011101011101000001010000111101011100011001000000111101011101000001001111111101011101000001001111001101000 | e58d92ecaf94eba0a1eb8c81eba09feba09e68 |
UHC | 卒쯔렡댁렟렞h | 11110000111011111100001011101010100011101011001010110100111011001000111010110000100011101010111101101000 | f0efc2ea8eb2b4ec8eb08eaf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)