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 | 軆薹恷 | 111001110101110011100101010101101001110010001110 | e75ce5569c8e |
EUC-JP | 軆薹恷 | 111011011011110111101001101101111101011111101110 | edbde9b7d7ee |
UTF-8 | 軆薹恷 | 111010001011101110000110111010001001011010111001111001101000000110110111 | e8bb86e896b9e681b7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)