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 | 10001111100101010011111110011110111110000011111110001001101011010011111101000010 | 8f953f9ef83f89ad3f42 |
EUC-JP | 助?檍?億?B | 10111101111101010011111111011100111110100011111110110010101011110011111101000010 | bdf53fdcfa3fb2af3f42 |
UTF-8 | 助렲檍렧億렎B | 11100101100010101010100111101011101000001011001011100110101010101000110111101011101000001010011111100101100001001000010011101011101000001000111001000010 | e58aa9eba0b2e6aa8deba0a7e58484eba08e42 |
UHC | 助렲檍렧億렎B | 11110000101111101000111010111111111001011110010110001110101101101110010111100010100011101010010001000010 | f0be8ebfe5e58eb6e5e28ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)