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 | ???EE | 0011111100111111001111110100010101000101 | 3f3f3f4545 |
SJIS-WIN | ??蝸EE | 001111110011111111100101100101110100010101000101 | 3f3fe5974545 |
EUC-JP | ??蝸EE | 001111110011111111101001111101110100010101000101 | 3f3fe9f74545 |
UTF-8 | 손샵蝸EE | 1110110010000110100100001110110010000011101101011110100010011101101110000100010101000101 | ec8690ec83b5e89db84545 |
UHC | 손샵蝸EE | 1011110011010101101111001010010111101000110001000100010101000101 | bcd5bca5e8c44545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)