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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 踵也刻E | 11100110111110011001011011100111100011011000111101000101 | e6f996e78d8f45 |
EUC-JP | 踵也刻E | 11101100111110111100110011101001101110011110111101000101 | ecfbcce9b9ef45 |
UTF-8 | 踵也刻E | 11101000101110001011010111100100101110011001111111100101100010001011101101000101 | e8b8b5e4b99fe588bb45 |
UHC | 踵也刻E | 11110001101000101110010110100101110010101011111001000101 | f1a2e5a5cabe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)