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 | 杓室 | 111100101011100110001110110110111000111010111010 | f2b98edb8eba |
EUC-JP | ?杓室 | 0011111110111100110111011011110010111100 | 3fbcddbcbc |
UTF-8 | 杓室 | 111011101000011110110000111001101001110110010011111001011010111010100100 | ee87b0e69d93e5aea4 |
UHC | ?杓室 | 0011111111111000111101011110001111111000 | 3ff8f5e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)