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 | 脂畔τ | 100011101000100110010100110010001000001111010001 | 8e8994c883d1 |
EUC-JP | 脂畔τ | 101110111110100111001000110010101010011011010011 | bbe9c8caa6d3 |
UTF-8 | 脂畔τ | 1110100010000100100000101110011110010101100101001100111110000100 | e88482e79594cf84 |
UHC | 脂畔τ | 111100101011011111011010111011011010010111110011 | f2b7daeda5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)