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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 灼 | 10001110110111001111000011100111 | 8edcf0e7 |
EUC-JP | 灼? | 101111001101111000111111 | bcde3f |
UTF-8 | 灼 | 111001111000000110111100111011101000001010100110 | e781bcee82a6 |
UHC | 灼? | 111011011100011100111111 | edc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)