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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咀褐公 | 100110011111000010001010100011001000110011110110 | 99f08a8c8cf6 |
EUC-JP | 咀褐公 | 110100101111001010110011111011001011100011111000 | d2f2b3ecb8f8 |
UTF-8 | 咀褐公 | 111001011001001010000000111010001010010010010000111001011000010110101100 | e59280e8a490e585ac |
UHC | 咀褐公 | 111011101011101011001010111010001100110111101011 | eebacae8cdeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)