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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 毬哈E | 1001111101111011100110011111101101000101 | 9f7b99fb45 |
EUC-JP | 毬哈E | 1101110111011100110100101111110101000101 | dddcd2fd45 |
UTF-8 | 毬哈E | 11100110101011111010110011100101100100111000100001000101 | e6aface5938845 |
UHC | 毬哈E | 1100111110110011111110011110101101000101 | cfb3f9eb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)