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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 擾肆奴F | 10001111111011111110001111100110100100110111101001000110 | 8fefe3e6937a46 |
EUC-JP | 擾肆奴F | 10111110111100011110011011101000110001011101101101000110 | bef1e6e8c5db46 |
UTF-8 | 擾肆奴F | 11100110100100111011111011101000100000101000011011100101101001011011010001000110 | e693bee88286e5a5b446 |
UHC | 擾肆奴F | 11101000111101101101111011101011110100101011111101000110 | e8f6deebd2bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)