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 | 遑晁クエ蒿 | 1110011110100001100111011110100010111000101101001110010011100100 | e7a19de8b8b4e4e4 |
EUC-JP | 遑晁クエ蒿 | 11101110101000111101101011101010100011101011100010001110101101001110100011100110 | eea3daea8eb88eb4e8e6 |
UTF-8 | 遑晁クエ蒿 | 111010011000000110010001111001101001100110000001111011111011110110111000111011111011110110110100111010001001001010111111 | e98191e69981efbdb8efbdb4e892bf |
UHC | 遑晁??蒿 | 1111110011011010111100001100010100111111001111111111101111011010 | fcdaf0c53f3ffbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)