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 | ?}x | 001111110111110101111000 | 3f7d78 |
SJIS-WIN | ?}x | 001111110111110101111000 | 3f7d78 |
EUC-JP | ?}x | 001111110111110101111000 | 3f7d78 |
UTF-8 | 혡}x | 1110110110011000101000010111110101111000 | ed98a17d78 |
UHC | 혡}x | 11000010100010100111110101111000 | c28a7d78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)