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 | 鋺亥競 | 111001111111101010001000111001011000101110100011 | e7fa88e58ba3 |
EUC-JP | 鋺亥競 | 111011101111110010110000111001111011011010100101 | eefcb0e7b6a5 |
UTF-8 | 鋺亥競 | 111010011000101110111010111001001011101010100101111001111010101110110110 | e98bbae4baa5e7abb6 |
UHC | ?亥競 | 0011111111111010101001001100110011100110 | 3ffaa4cce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)