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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 塋ゅ?c^ | 10011010110010001000001011100011001111110110001101011110 | 9ac882e33f635e |
EUC-JP | 塋ゅ?c^ | 11010100110010101010010011100101001111110110001101011110 | d4caa4e53f635e |
UTF-8 | 塋ゅ쩀c^ | 1110010110100001100010111110001110000010100001011110110010101001100000000110001101011110 | e5a18be38285eca980635e |
UHC | 塋ゅ쩀c^ | 1110011110101011101010101110010110100100100110100110001101011110 | e7abaae5a49a635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)