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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 甑貊???B | 1000110110011001111001101011101100111111001111110011111101000010 | 8d99e6bb3f3f3f42 |
EUC-JP | 甑貊???B | 1011100111111001111011001011110100111111001111110011111101000010 | b9f9ecbd3f3f3f42 |
UTF-8 | 甑貊렣쇰뤘B | 11100111100101001001000111101000101100101000101011101011101000001010001111101100100001111011000011101011101001001001100001000010 | e79491e8b28aeba0a3ec87b0eba49842 |
UHC | 甑貊렣쇰뤘B | 1111000111110111110110001110011110001110101101001011110011101011101101111111000001000010 | f1f7d8e78eb4bcebb7f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)