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 | 蓚芽艶 | 111001001110100110001001111010001000100110010000 | e4e989e88990 |
EUC-JP | 蓚芽艶 | 111010001110101110110010111010101011000111110000 | e8ebb2eab1f0 |
UTF-8 | 蓚芽艶 | 111010001001001110011010111010001000101010111101111010001000100110110110 | e8939ae88abde889b6 |
UHC | 蓚芽艶 | 111000101011111011100100101101001110011011111101 | e2bee4b4e6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)