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 | 0011111100111111001111110011111111111010101110100011111101000101 | 3f3f3f3ffaba3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 렻렮렶뤶德퇢E | 11101011101000001011101111101011101000001010111011101011101000001011011011101011101001001011011011100101101111101011011111101101100001111010001001000101 | eba0bbeba0aeeba0b6eba4b6e5beb7ed87a245 |
UHC | 렻렮렶뤶德퇢E | 10001110110000111000111010111011100011101100000110001111111001001101001111101100101110000101001001000101 | 8ec38ebb8ec18fe4d3ecb85245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)