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 | 髢サ鬥エ莠 | 1110100110010110101110111110100110100110101101001110010010111010 | e996bbe9a6b4e4ba |
EUC-JP | 髢サ鬥エ莠 | 11110001111101101000111010111011111100101010100010001110101101001110100010111100 | f1f68ebbf2a88eb4e8bc |
UTF-8 | 髢サ鬥エ莠 | 111010011010101110100010111011111011110110111011111010011010110010100101111011111011110110110100111010001000111010100000 | e9aba2efbdbbe9aca5efbdb4e88ea0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)