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 | ???泣ч? | 0011111100111111001111111000101110000011100001001000100100111111 | 3f3f3f8b8384893f |
EUC-JP | ???泣ч? | 0011111100111111001111111011010111100011101001111110100100111111 | 3f3f3fb5e3a7e93f |
UTF-8 | 劣믪꼻泣ч쪙 | 1110111110100110100111011110101110101111101010101110101010111100101110111110011010110011101000111101000110000111111011001010101010011001 | efa69debafaaeabcbbe6b3a3d187ecaa99 |
UHC | 劣믪꼻泣ч쪙 | 111001101110101110010010111011001000010010010011111010111110100010101100111010011010010110010010 | e6eb92ec8493ebe8ace9a592 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)