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 | 蕷э宗 | 111001010101000010000100100011111000111101000000 | e550848f8f40 |
EUC-JP | 蕷э宗 | 111010011011000110100111111011111011110110100001 | e9b1a7efbda1 |
UTF-8 | 蕷э宗 | 1110100010010101101101111101000110001101111001011010111010010111 | e895b7d18de5ae97 |
UHC | ?э宗 | 0011111110101100111011111111000011110011 | 3faceff0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)