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 | 遑晁クエ蜀 | 1110011110100001100111011110100010111000101101001110010110000110 | e7a19de8b8b4e586 |
EUC-JP | 遑晁クエ蜀 | 11101110101000111101101011101010100011101011100010001110101101001110100111100110 | eea3daea8eb88eb4e9e6 |
UTF-8 | 遑晁クエ蜀 | 111010011000000110010001111001101001100110000001111011111011110110111000111011111011110110110100111010001001110010000000 | e98191e69981efbdb8efbdb4e89c80 |
UHC | 遑晁??蜀 | 1111110011011010111100001100010100111111001111111111010110111001 | fcdaf0c53f3ff5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)