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 | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | 沮?寧noBF | 100111111001110000111111100101000100101001101110011011110100001001000110 | 9f9c3f944a6e6f4246 |
EUC-JP | 沮?寧noBF | 110111011111110000111111110001111010101101101110011011110100001001000110 | ddfc3fc7ab6e6f4246 |
UTF-8 | 沮흘寧noBF | 11100110101100101010111011101101100111011001100011100101101011111010011101101110011011110100001001000110 | e6b2aeed9d98e5afa76e6f4246 |
UHC | 沮흘寧noBF | 11101110110000011100100011101010110100101011101101101110011011110100001001000110 | eec1c8ead2bb6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)