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 | 髫ア逡キ蟯 | 1110100110011010101100011110011110010101101101111110010110110010 | e99ab1e795b7e5b2 |
EUC-JP | 髫ア逡キ蟯 | 11110001111110101000111010110001111011011111010110001110101101111110101010110100 | f1fa8eb1edf58eb7eab4 |
UTF-8 | 髫ア逡キ蟯 | 111010011010101110101011111011111011110110110001111010011000000010100001111011111011110110110111111010001001111110101111 | e9ababefbdb1e980a1efbdb7e89faf |
UHC | ??逡?蟯 | 00111111001111111111000111100100001111111110100110101000 | 3f3ff1e43fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)