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 | 1001111011111000001111110011111101000101 | 9ef83f3f45 |
EUC-JP | 檍??E | 1101110011111010001111110011111101000101 | dcfa3f3f45 |
UTF-8 | 檍덈젻E | 11100110101010101000110111101011100011011000100011101100101000001011101101000101 | e6aa8deb8d88eca0bb45 |
UHC | 檍덈젻E | 11100101111001011000100011101011101000001010111001000101 | e5e588eba0ae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)