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 | 淋놁꺼淋쀭쉪淋 | 111011111010011110110101111010111000011010000001111010101011101010111100111011111010011110110101111011001000000010101101111011001000100110101010111011111010011110110101 | efa7b5eb8681eababcefa7b5ec80adec89aaefa7b5 |
UHC | 淋놁꺼淋쀭쉪淋 | 1110110011111000100001101110110010110010101010001110110011111000100101111110110110011010100001001110110011111000 | ecf886ecb2a8ecf897ed9a84ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)