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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 翳E翳EB | 11100011110010000100010111100011110010000100010101000010 | e3c845e3c84542 |
EUC-JP | 翳E翳EB | 11100110110010100100010111100110110010100100010101000010 | e6ca45e6ca4542 |
UTF-8 | 翳E翳EB | 111001111011111110110011010001011110011110111111101100110100010101000010 | e7bfb345e7bfb34542 |
UHC | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)