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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第???衣 | 10010001111001100011111100111111001111111000100011011111 | 91e63f3f3f88df |
EUC-JP | 第?釪?衣 | 110000101110100000111111100011111110001110101101001111111011000011100001 | c2e83f8fe3ad3fb0e1 |
UTF-8 | 第렰釪렟衣 | 111001111010110010101100111010111010000010110000111010011000011110101010111010111010000010011111111010001010000110100011 | e7acaceba0b0e987aaeba09fe8a1a3 |
UHC | 第렰釪렟衣 | 11110000101011111000111010111101111010011110100110001110101100001110101111111101 | f0af8ebde9e98eb0ebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)