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 | 楢篩撚 | 100100111110100011100010101111111001010001010001 | 93e8e2bf9451 |
EUC-JP | 楢篩撚 | 110001101110101011100100110000011100011110110010 | c6eae4c1c7b2 |
UTF-8 | 楢篩撚 | 111001101010010110100010111001111010111110101001111001101001001010011010 | e6a5a2e7afa9e6929a |
UHC | 楢篩撚 | 111010101111100111011110111010001101001010110101 | eaf9dee8d2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)