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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罎郁哨跪 | 1110001110100010100010001110100010001111101000111110011011101100 | e3a288e88fa3e6ec |
EUC-JP | 罎郁哨跪 | 1110011010100100101100001110101010111110101001011110110011101110 | e6a4b0eabea5ecee |
UTF-8 | 罎郁哨跪 | 111001111011110110001110111010011000001110000001111001011001001110101000111010001011011110101010 | e7bd8ee98381e593a8e8b7aa |
UHC | ?郁哨? | 001111111110100111110100111101001111101000111111 | 3fe9f4f4fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)