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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 腺腺夕B | 10010001010000101001000101000010100101110101101101000010 | 91429142975b42 |
EUC-JP | 腺腺夕B | 11000001101000111100000110100011110011011011110001000010 | c1a3c1a3cdbc42 |
UTF-8 | 腺腺夕B | 11101000100001011011101011101000100001011011101011100101101001001001010101000010 | e885bae885bae5a49542 |
UHC | 腺腺夕B | 11100000110011011110000011001101111000001010101001000010 | e0cde0cde0aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)