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 | 楡篩撚 | 100111101011111011100010101111111001010001010001 | 9ebee2bf9451 |
EUC-JP | 楡篩撚 | 110111001100000011100100110000011100011110110010 | dcc0e4c1c7b2 |
UTF-8 | 楡篩撚 | 111001101010010110100001111001111010111110101001111001101001001010011010 | e6a5a1e7afa9e6929a |
UHC | 楡篩撚 | 111010101111100011011110111010001101001010110101 | eaf8dee8d2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)