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 | 楡憾? | 1001111010111110100010101011011000111111 | 9ebe8ab63f |
EUC-JP | 楡憾? | 1101110011000000101101001011100000111111 | dcc0b4b83f |
UTF-8 | 楡憾톺 | 111001101010010110100001111001101000011010111110111011011000011010111010 | e6a5a1e686beed86ba |
UHC | 楡憾톺 | 111010101111100011001010111100001100010111101100 | eaf8caf0c5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)