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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竣?ε葬瞿 | 100011110111011000111111100000111100001110010001100100101110000111011000 | 8f763f83c39192e1d8 |
EUC-JP | 竣?ε葬瞿 | 101111011101011100111111101001101100010111000001111100101110001011011010 | bdd73fa6c5c1f2e2da |
UTF-8 | 竣ㅸε葬瞿 | 1110011110101011101000111110001110000101101110001100111010110101111010001001000110101100111001111001111010111111 | e7aba3e385b8ceb5e891ace79ebf |
UHC | 竣ㅸε葬瞿 | 11110001111000101010010011101000101001011110010111101101111101111100111110111010 | f1e2a4e8a5e5edf7cfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)