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? | 100110000101010000111111001111110100000100111111 | 98543f3f413f |
EUC-JP | 狼??A? | 110011111011010100111111001111110100000100111111 | cfb53f3f413f |
UTF-8 | 狼잎녈A뤗 | 11100111100010111011110011101100100111101000111011101011100001011000100001000001111010111010010010010111 | e78bbcec9e8eeb858841eba497 |
UHC | 狼잎녈A뤗 | 110101011100100111000000110110011011001111100011010000011000111111000111 | d5c9c0d9b3e3418fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)