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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | 饔?E饔?EB | 1000111111101000111011110011111101000101100011111110100011101111001111110100010101000010 | 8fe8ef3f458fe8ef3f4542 |
UTF-8 | 饔렟E饔렟EB | 111010011010010110010100111010111010000010011111010001011110100110100101100101001110101110100000100111110100010101000010 | e9a594eba09f45e9a594eba09f4542 |
UHC | 饔렟E饔렟EB | 1110100010111101100011101011000001000101111010001011110110001110101100000100010101000010 | e8bd8eb045e8bd8eb04542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)