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 | 糢ゃ | 11100010111101011000001011100001 | e2f582e1 |
EUC-JP | 糢ゃ | 11100100111101111010010011100011 | e4f7a4e3 |
UTF-8 | 糢ゃ | 111001111011001110100010111000111000001010000011 | e7b3a2e38283 |
UHC | ?ゃ | 001111111010101011100011 | 3faae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)