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 | ??j^ | 00111111001111110110101001011110 | 3f3f6a5e |
SJIS-WIN | 質?j^ | 1000111010111111001111110110101001011110 | 8ebf3f6a5e |
EUC-JP | 質?j^ | 1011110011000001001111110110101001011110 | bcc13f6a5e |
UTF-8 | 質섞j^ | 1110100010110011101010101110110010000100100111100110101001011110 | e8b3aaec849e6a5e |
UHC | 質섞j^ | 111100101111010110111100101011110110101001011110 | f2f5bcaf6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)