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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??夷??恁 | 0011111100111111100010001100111000111111001111111001110010001100 | 3f3f88ce3f3f9c8c |
EUC-JP | ??夷??恁 | 0011111100111111101100001101000000111111001111111101011111101100 | 3f3fb0d03f3fd7ec |
UTF-8 | 泥쵥夷뚯콝恁 | 111011111010011110100011111011001011010110100101111001011010010010110111111010111001101010101111111011001011110110011101111001101000000110000001 | efa7a3ecb5a5e5a4b7eb9aafecbd9de68181 |
UHC | 泥쵥夷뚯콝恁 | 111011001011001010101101010001001110110010101000100011001110110010110001100101011110110011110110 | ecb2ad44eca88cecb195ecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)