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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セャ紗セ、祥 | 1011111010101100100011101101000110111110101001001000111111001011 | beac8ed1bea48fcb |
EUC-JP | セャ紗セ、祥 | 100011101011111010001110101011001011110011010011100011101011111010001110101001001011111011001101 | 8ebe8eacbcd38ebe8ea4becd |
UTF-8 | セャ紗セ、祥 | 111011111011110110111110111011111011110110101100111001111011010010010111111011111011110110111110111011111011110110100100111001111010010110100101 | efbdbeefbdace7b497efbdbeefbda4e7a5a5 |
UHC | ??紗??祥 | 0011111100111111110111101110100100111111001111111101111111010100 | 3f3fdee93f3fdfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)