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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 赳ュA蟆 | 111001101110000010101101010000011110010110110000 | e6e0ad41e5b0 |
EUC-JP | 赳ュA蟆 | 11101100111000101000111010101101010000011110101010110010 | ece28ead41eab2 |
UTF-8 | 赳ュA蟆 | 11101000101101011011001111101111101111011010110101000001111010001001111110000110 | e8b5b3efbdad41e89f86 |
UHC | 赳?A? | 1101000010101111001111110100000100111111 | d0af3f413f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)