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 | ???D? | 0011111100111111001111110100010000111111 | 3f3f3f443f |
SJIS-WIN | ???D? | 0011111100111111001111110100010000111111 | 3f3f3f443f |
EUC-JP | 縕??D? | 10001111110101001100001000111111001111110100010000111111 | 8fd4c23f3f443f |
UTF-8 | 縕랃쉽D筽 | 11100111101110001001010111101011100111101000001111101100100010011011110101000100111001111010110110111101 | e7b895eb9e83ec89bd44e7adbd |
UHC | 縕랃쉽D筽 | 111010001011001010001101111011111011110110110001010001001110100010100100 | e8b28defbdb144e8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)