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 | 蓚芽汚 | 111001001110100110001001111010001000100110011000 | e4e989e88998 |
EUC-JP | 蓚芽汚 | 111010001110101110110010111010101011000111111000 | e8ebb2eab1f8 |
UTF-8 | 蓚芽汚 | 111010001001001110011010111010001000101010111101111001101011000110011010 | e8939ae88abde6b19a |
UHC | 蓚芽汚 | 111000101011111011100100101101001110011111111101 | e2bee4b4e7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)