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 | 楢篩? | 1001001111101000111000101011111100111111 | 93e8e2bf3f |
EUC-JP | 楢篩? | 1100011011101010111001001100000100111111 | c6eae4c13f |
UTF-8 | 楢篩렩 | 111001101010010110100010111001111010111110101001111010111010000010101001 | e6a5a2e7afa9eba0a9 |
UHC | 楢篩렩 | 111010101111100111011110111010001000111010110111 | eaf9dee88eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)