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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 譯域ーエ謠エB | 11100110101000011000100011100110101100001011010011100110100011111011010001000010 | e6a188e6b0b4e68fb442 |
EUC-JP | 譯域ーエ謠エB | 11101100101000111011000011101000100011101011000010001110101101001110101111101111100011101011010001000010 | eca3b0e88eb08eb4ebef8eb442 |
UTF-8 | 譯域ーエ謠エB | 11101000101011011010111111100101100111111001111111101111101111011011000011101111101111011011010011101000101011001010000011101111101111011011010001000010 | e8adafe59f9fefbdb0efbdb4e8aca0efbdb442 |
UHC | 譯域??謠?B | 11100110101110111110011010110100001111110011111111101001101010100011111101000010 | e6bbe6b43f3fe9aa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)