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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ??秩??E | 00111111001111111001001010000001001111110011111101000101 | 3f3f92813f3f45 |
EUC-JP | ??秩??E | 00111111001111111100001111100001001111110011111101000101 | 3f3fc3e13f3f45 |
UTF-8 | 렱렗秩섕섦E | 11101011101000001011000111101011101000001001011111100111101001111010100111101100100001001001010111101100100001001010011001000101 | eba0b1eba097e7a7a9ec8495ec84a645 |
UHC | 렱렗秩섕섦E | 1000111010111110100011101010110011110010111100011011110010101100101111001011010001000101 | 8ebe8eacf2f1bcacbcb445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)