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 | 100110000110000000111111001111111110011110110001001111110011111101000101 | 98603f3fe7b13f3f45 |
EUC-JP | 倭??邀??E | 110011111100000100111111001111111110111010110011001111110011111101000101 | cfc13f3feeb33f3f45 |
UTF-8 | 倭듸숴邀섅궠E | 11100101100000001010110111101011100100111011100011101100100010001011010011101001100000101000000011101100100001001000010111101010101101101010000001000101 | e580adeb93b8ec88b4e98280ec8485eab6a045 |
UHC | 倭듸숴邀섅궠E | 11101000110111101011010111101111101111011010010011101001101011011001100011100011100000101011001101000101 | e8deb5efbda4e9ad98e382b345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)