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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 財?財?F | 10001101111000000011111110001101111000000011111101000110 | 8de03f8de03f46 |
EUC-JP | 財?財?F | 10111010111000100011111110111010111000100011111101000110 | bae23fbae23f46 |
UTF-8 | 財렟財렟F | 11101000101100101010000111101011101000001001111111101000101100101010000111101011101000001001111101000110 | e8b2a1eba09fe8b2a1eba09f46 |
UHC | 財렟財렟F | 111011101010111110001110101100001110111010101111100011101011000001000110 | eeaf8eb0eeaf8eb046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)