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 | 100011101110001100111111001111111001111011110100001111110011111101000101 | 8ee33f3f9ef43f3f45 |
EUC-JP | 弱??橈??E | 101111001110010100111111001111111101110011110110001111110011111101000101 | bce53f3fdcf63f3f45 |
UTF-8 | 弱뉖젡橈쎈젪E | 11100101101111001011000111101011100010011001011011101100101000001010000111100110101010011000100011101100100011101000100011101100101000001010101001000101 | e5bcb1eb8996eca0a1e6a988ec8e88eca0aa45 |
UHC | 弱뉖젡橈쎈젪E | 11100101101100001000011111101011101000001001101011101000111110101011110111101011101000001010001001000101 | e5b087eba09ae8fabdeba0a245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)