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 | ??noBF | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
SJIS-WIN | 終?noBF | 10001111010010010011111101101110011011110100001001000110 | 8f493f6e6f4246 |
EUC-JP | 終?noBF | 10111101101010100011111101101110011011110100001001000110 | bdaa3f6e6f4246 |
UTF-8 | 終섬noBF | 11100111101101011000001011101100100001001010110001101110011011110100001001000110 | e7b582ec84ac6e6f4246 |
UHC | 終섬noBF | 1111000011111011101111001011011001101110011011110100001001000110 | f0fbbcb66e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)