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 | 100111101100010000111111001111110111110101000010 | 9ec43f3f7d42 |
EUC-JP | 榮??}B | 110111001100011000111111001111110111110101000010 | dcc63f3f7d42 |
UTF-8 | 榮녶깷}B | 1110011010100110101011101110101110000101101101101110101010111001101101110111110101000010 | e6a6aeeb85b6eab9b77d42 |
UHC | 榮녶깷}B | 1110011110110100100001101110010110000011101001010111110101000010 | e7b486e583a57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)