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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 裂叨裂叨B | 100101111111010010011001110110011001011111110100100110011101100101000010 | 97f499d997f499d942 |
EUC-JP | 裂叨裂叨B | 110011101111011011010010110110111100111011110110110100101101101101000010 | cef6d2dbcef6d2db42 |
UTF-8 | 裂叨裂叨B | 11101000101000111000001011100101100011111010100011101000101000111000001011100101100011111010100001000010 | e8a382e58fa8e8a382e58fa842 |
UHC | 裂?裂?B | 11010110101011100011111111010110101011100011111101000010 | d6ae3fd6ae3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)