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 | 100111111100010000111111100111111100010000111111001111110011111101000101 | 9fc43f9fc43f3f3f45 |
EUC-JP | 淨?淨?勖?E | 1101111011000110001111111101111011000110001111111000111110110011111011010011111101000101 | dec63fdec63f8fb3ed3f45 |
UTF-8 | 淨렠淨렠勖렢E | 11100110101101111010100011101011101000001010000011100110101101111010100011101011101000001010000011100101100010111001011011101011101000001010001001000101 | e6b7a8eba0a0e6b7a8eba0a0e58b96eba0a245 |
UHC | 淨렠淨렠勖렢E | 11101111111001001000111010110001111011111110010010001110101100011110100111101101100011101011001101000101 | efe48eb1efe48eb1e9ed8eb345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)