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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 照礇照礇^ | 100011111100011011100010010001001000111111000110111000100100010001011110 | 8fc6e2448fc6e2445e |
EUC-JP | 照礇照礇^ | 101111101100100011100011101001011011111011001000111000111010010101011110 | bec8e3a5bec8e3a55e |
UTF-8 | 照礇照礇^ | 11100111100001011010011111100111101001001000011111100111100001011010011111100111101001001000011101011110 | e785a7e7a487e785a7e7a4875e |
UHC | 照?照?^ | 11110000110011100011111111110000110011100011111101011110 | f0ce3ff0ce3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)