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 | 鋓ロノ | 11111011110101101101101111001001 | fbd6dbc9 |
EUC-JP | 鋓ロノ | 10001111111001001011111110001110110110111000111011001001 | 8fe4bf8edb8ec9 |
UTF-8 | 鋓ロノ | 111010011000101110010011111011111011111010011011111011111011111010001001 | e98b93efbe9befbe89 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)