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 | 111010001011010000111111001111111110100010110100001111110011111101000101 | e8b43f3fe8b43f3f45 |
EUC-JP | 雍??雍??E | 111100001011011000111111001111111111000010110110001111110011111101000101 | f0b63f3ff0b63f3f45 |
UTF-8 | 雍믦벙雍믤뻗E | 11101001100110111000110111101011101011111010011011101011101100101001100111101001100110111000110111101011101011111010010011101011101110111001011101000101 | e99b8debafa6ebb299e99b8debafa4ebbb9745 |
UHC | 雍믦벙雍믤뻗E | 11101000101111001001001011101000101110101010000111101000101111001001001011100110101110111011100001000101 | e8bc92e8baa1e8bc92e6bbb845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)