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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 逋熊B | 1110011110011001100011000100011001000010 | e7998c4642 |
EUC-JP | 逋熊B | 1110110111111001101101111010011101000010 | edf9b7a742 |
UTF-8 | 逋熊B | 11101001100000001000101111100111100001101000101001000010 | e9808be7868a42 |
UHC | 逋熊B | 1111100011100111111010101010100001000010 | f8e7eaa842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)