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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ??B | 001111110011111101000010 | 3f3f42 |
EUC-JP | 芩芩B | 10001111110101111100001110001111110101111100001101000010 | 8fd7c38fd7c342 |
UTF-8 | 芩芩B | 11101000100010101010100111101000100010101010100101000010 | e88aa9e88aa942 |
UHC | 芩芩B | 1101000011011001110100001101100101000010 | d0d9d0d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)