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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 혳횊혗찾첫짠횩 | 111011011001100010110011111011011001101010001010111011011001100010010111111011001011000010111110111011001011001010101011111011001010011110100000111011011001101010101001 | ed98b3ed9a8aed9897ecb0beecb2abeca7a0ed9aa9 |
UHC | 혳횊혗찾첫짠횩 | 1100001010011010110000111000100011000010100000101100001110100011110000111011100111000010101001111100001110011111 | c29ac388c282c3a3c3b9c2a7c39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)