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 | 瀨痔昇 | 111110110101000010001110101001001000111110111000 | fb508ea48fb8 |
EUC-JP | ?痔昇 | 0011111110111100101001101011111010111010 | 3fbca6beba |
UTF-8 | 瀨痔昇 | 111001111000000010101000111001111001011110010100111001101001100010000111 | e780a8e79794e69887 |
UHC | 瀨痔昇 | 110101101110111011110110110000001110001110110000 | d6eef6c0e3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)