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? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 上眈アA | 1000111111100011111000011011110010110001010000011111000011000001 | 8fe3e1bcb141f0c1 |
EUC-JP | 上眈アA? | 1011111011100101111000101011111010001110101100010100000100111111 | bee5e2be8eb1413f |
UTF-8 | 上眈アA | 11100100101110001000101011100111100111001000100011101111101111011011000101000001111011101000001010000000 | e4b88ae79c88efbdb141ee8280 |
UHC | 上眈?A? | 11011111101111101111011110101111001111110100000100111111 | dfbef7af3f413f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)