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¸ | 1110100001000100100100001000101110111000 | e844908bb8 |
SJIS-WIN | ?D??? | 0011111101000100001111110011111100111111 | 3f443f3f3f |
EUC-JP | èD??¸ | 100011111010101110110010010001000011111100111111100011111010001010110001 | 8fabb2443f3f8fa2b1 |
UTF-8 | èD¸ | 110000111010100001000100110000101001000011000010100010111100001010111000 | c3a844c290c28bc2b8 |
UHC | ?D??¸ | 001111110100010000111111001111111010001010101100 | 3f443f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)