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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 蔘¥秋}B | 1110010011110011100000011000111110001111010010000111110101000010 | e4f3818f8f487d42 |
EUC-JP | 蔘¥秋}B | 1110100011110101101000011110111110111101101010010111110101000010 | e8f5a1efbda97d42 |
UTF-8 | 蔘¥秋}B | 1110100010010100100110001110111110111111101001011110011110100111100010110111110101000010 | e89498efbfa5e7a78b7d42 |
UHC | 蔘¥秋}B | 1101111110111000101000011100110111110101110101010111110101000010 | dfb8a1cdf5d57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)