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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 弔?移?@h | 1001001010100010001111111000100011011010001111110100000001101000 | 92a23f88da3f4068 |
EUC-JP | 弔?移?@h | 1100010010100100001111111011000011011100001111110100000001101000 | c4a43fb0dc3f4068 |
UTF-8 | 弔렟移렊@h | 1110010110111100100101001110101110100000100111111110011110100111101110111110101110100000100010100100000001101000 | e5bc94eba09fe7a7bbeba08a4068 |
UHC | 弔렟移렊@h | 11110000110000001000111010110000111011001011100110001110101000010100000001101000 | f0c08eb0ecb98ea14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)