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 | ?Y?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
SJIS-WIN | 獻Y獻bnoBF | 11100000110110010101100111100000110110010110001001101110011011110100001001000110 | e0d959e0d9626e6f4246 |
EUC-JP | 獻Y獻bnoBF | 11100000110110110101100111100000110110110110001001101110011011110100001001000110 | e0db59e0db626e6f4246 |
UTF-8 | 獻Y獻bnoBF | 111001111000110110111011010110011110011110001101101110110110001001101110011011110100001001000110 | e78dbb59e78dbb626e6f4246 |
UHC | 獻Y獻bnoBF | 11111010110011000101100111111010110011000110001001101110011011110100001001000110 | facc59facc626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)