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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?準剩衙 | 00111111100011111000000010011001100101001110010111001001 | 3f8f809994e5c9 |
EUC-JP | ?準剩衙 | 00111111101111011110000011010001111101001110101011001011 | 3fbde0d1f4eacb |
UTF-8 | 춰準剩衙 | 111011001011011010110000111001101011101010010110111001011000100110101001111010001010000110011001 | ecb6b0e6ba96e589a9e8a199 |
UHC | 춰準剩衙 | 1100001111100111111100011101111011101101101001011110010010110111 | c3e7f1deeda5e4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)