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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禦?牲 | 1000101110011010001111111001000010110101 | 8b9a3f90b5 |
EUC-JP | 禦?牲 | 1011010111111010001111111100000010110111 | b5fa3fc0b7 |
UTF-8 | 禦쓁牲 | 111001111010011010100110111011001001001110000001111001111000100110110010 | e7a6a6ec9381e789b2 |
UHC | 禦쓁牲 | 111001011101110110011101010101101101111111100101 | e5dd9d56dfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)