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 | 螟罹搆 | 111001011010010010011100111010111001110110001100 | e5a49ceb9d8c |
EUC-JP | 螟罹搆 | 111010101010011011011000111011011101100111101100 | eaa6d8edd9ec |
UTF-8 | 螟罹搆 | 111010001001111010011111111001111011110110111001111001101001000010000110 | e89e9fe7bdb9e69086 |
UHC | 螟罹? | 1101100110101101110101111110011100111111 | d9add7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)