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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 緣잒뀻緣잓겮E | 11100111101101111010001111101100100111101001001011101011100000001011101111100111101101111010001111101100100111101001001111101010101100101010111001000101 | e7b7a3ec9e92eb80bbe7b7a3ec9e93eab2ae45 |
UHC | 緣잒뀻緣잓겮E | 11100110110111101001111111101000100001011011000111100110110111101001111111101001100000011011110001000101 | e6de9fe885b1e6de9fe981bc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)