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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 中燎雄 | 100100101000011011100000100110011001011101011001 | 9286e0999759 |
EUC-JP | 中燎雄 | 110000111110011011011111111110011100110110111010 | c3e6dff9cdba |
UTF-8 | 中燎雄 | 111001001011100010101101111001111000011110001110111010011001101110000100 | e4b8ade7878ee99b84 |
UHC | 中燎雄 | 111100011110100111010110111110101110101010101001 | f1e9d6faeaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)