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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鼎?味B | 100100110100001100111111100101101010000101000010 | 93433f96a142 |
EUC-JP | 鼎?味B | 110001011010010000111111110011001010001101000010 | c5a43fcca342 |
UTF-8 | 鼎쾰味B | 11101001101111001000111011101100101111101011000011100101100100011011001101000010 | e9bc8eecbeb0e591b342 |
UHC | 鼎쾰味B | 11110000101000111100010011101011110110101010101101000010 | f0a3c4ebdaab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)