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 | 0011111100111111001111111000100011111100001111110011111101000101 | 3f3f3f88fc3f3f45 |
EUC-JP | ???蔭??E | 0011111100111111001111111011000011111110001111110011111101000101 | 3f3f3fb0fe3f3f45 |
UTF-8 | 溜깅젾蔭뚩쮿E | 11101111101001111000101111101010101110011000010111101100101000001011111011101000100101001010110111101011100110101010100111101100101011101011111101000101 | efa78beab985eca0bee894adeb9aa9ecaebf45 |
UHC | 溜깅젾蔭뚩쮿E | 11101010111111101011000111101011101000001011000011101011111000111000110011101000101010001001101101000101 | eafeb1eba0b0ebe38ce8a89b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)