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 | ???IoBF | 00111111001111110011111101001001011011110100001001000110 | 3f3f3f496f4246 |
SJIS-WIN | 儀??IoBF | 1000101101010110001111110011111101001001011011110100001001000110 | 8b563f3f496f4246 |
EUC-JP | 儀??IoBF | 1011010110110111001111110011111101001001011011110100001001000110 | b5b73f3f496f4246 |
UTF-8 | 儀븃욱IoBF | 11100101100001001000000011101011101110001000001111101100100110101011000101001001011011110100001001000110 | e58480ebb883ec9ab1496f4246 |
UHC | 儀븃욱IoBF | 11101011111100001011101011101000101111111110110101001001011011110100001001000110 | ebf0bae8bfed496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)