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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 遶溷彫@B | 1110011110101011100111111110010110010010101001000100000001000010 | e7ab9fe592a44042 |
EUC-JP | 遶溷彫@B | 1110111010101101110111101110011111000100101001100100000001000010 | eeaddee7c4a64042 |
UTF-8 | 遶溷彫@B | 1110100110000001101101101110011010111010101101111110010110111101101010110100000001000010 | e981b6e6bab7e5bdab4042 |
UHC | ??彫@B | 001111110011111111110000110000010100000001000010 | 3f3ff0c14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)