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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 箏?祭斑?? | 111000101011010100111111100011011101010110010100110000010011111100111111 | e2b53f8dd594c13f3f |
EUC-JP | 箏?祭斑?? | 111001001011011100111111101110101101011111001000110000110011111100111111 | e4b73fbad7c8c33f3f |
UTF-8 | 箏렎祭斑렡렮 | 111001111010111010001111111010111010000010001110111001111010010110101101111001101001011010010001111010111010000010100001111010111010000010101110 | e7ae8feba08ee7a5ade69691eba0a1eba0ae |
UHC | 箏렎祭斑렡렮 | 111011101011010010001110101001001111000010101110110110101110100010001110101100101000111010111011 | eeb48ea4f0aedae88eb28ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)