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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豈れ碓 | 111001101010111110000010111010101000100101001111 | e6af82ea894f |
EUC-JP | 豈れ碓 | 111011001011000110100100111011001011000110110000 | ecb1a4ecb1b0 |
UTF-8 | 豈れ碓 | 111010001011000110001000111000111000001010001100111001111010001010010011 | e8b188e3828ce7a293 |
UHC | 豈れ? | 1101000111000010101010101110110000111111 | d1c2aaec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)