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 | 10001111011111000100010110001111011111000100010101000010 | 8f7c458f7c4542 |
EUC-JP | 楯E楯EB | 10111101110111010100010110111101110111010100010101000010 | bddd45bddd4542 |
UTF-8 | 楯E楯EB | 111001101010010110101111010001011110011010100101101011110100010101000010 | e6a5af45e6a5af4542 |
UHC | 楯E楯EB | 11100010111001000100010111100010111001000100010101000010 | e2e445e2e44542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)