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 | 001111110011111100111111001111110011111101100010 | 3f3f3f3f3f62 |
SJIS-WIN | 嶸橲噪嶸ォb | 11111010101101001001111011101101100110101000010011111010101101001010101101100010 | fab49eed9a84fab4ab62 |
EUC-JP | 嶸橲噪嶸ォb | 10001111101110111111010011011100111011111101001111100100100011111011101111110100100011101010101101100010 | 8fbbf4dcefd3e48fbbf48eab62 |
UTF-8 | 嶸橲噪嶸ォb | 11100101101101101011100011100110101010011011001011100101100110011010101011100101101101101011100011101111101111011010101101100010 | e5b6b8e6a9b2e599aae5b6b8efbdab62 |
UHC | 嶸??嶸?b | 1110011110101110001111110011111111100111101011100011111101100010 | e7ae3f3fe7ae3f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)