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 | ?AY | 001111110100000101011001 | 3f4159 |
SJIS-WIN | 樂AY | 10011110110110010100000101011001 | 9ed94159 |
EUC-JP | 樂AY | 11011100110110110100000101011001 | dcdb4159 |
UTF-8 | 樂AY | 1110011010101000100000100100000101011001 | e6a8824159 |
UHC | 樂AY | 11100100110001010100000101011001 | e4c54159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)