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 | 猝琿珈 | 111000001100101011100000111010111110000011011011 | e0cae0ebe0db |
EUC-JP | 猝琿珈 | 111000001100110011100000111011011110000011011101 | e0cce0ede0dd |
UTF-8 | 猝琿珈 | 111001111000110010011101111001111001000010111111111001111000111110001000 | e78c9de790bfe78f88 |
UHC | 猝琿? | 1111000011110001111110111110101000111111 | f0f1fbea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)