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 | 鈔ユィ | 11100111111000101101010110101000 | e7e2d5a8 |
EUC-JP | 鈔ユィ | 111011101110010010001110110101011000111010101000 | eee48ed58ea8 |
UTF-8 | 鈔ユィ | 111010011000100010010100111011111011111010010101111011111011110110101000 | e98894efbe95efbda8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)