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 | 10001101110101011001010011000001001111110011111111100010101101010011111101000010 | 8dd594c13f3fe2b53f42 |
EUC-JP | 祭斑??箏?B | 10111010110101111100100011000011001111110011111111100100101101110011111101000010 | bad7c8c33f3fe4b73f42 |
UTF-8 | 祭斑렡렮箏렎B | 11100111101001011010110111100110100101101001000111101011101000001010000111101011101000001010111011100111101011101000111111101011101000001000111001000010 | e7a5ade69691eba0a1eba0aee7ae8feba08e42 |
UHC | 祭斑렡렮箏렎B | 11110000101011101101101011101000100011101011001010001110101110111110111010110100100011101010010001000010 | f0aedae88eb28ebbeeb48ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)