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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | トン、・ | 110001001111010011001000110111011010010010100101 | c4f4c8dda4a5 |
EUC-JP | ト?ン、・ | 100011101100010000111111100011101101110110001110101001001000111010100101 | 8ec43f8edd8ea48ea5 |
UTF-8 | トン、・ | 111011111011111010000100111011101000110110110111111011111011111010011101111011111011110110100100111011111011110110100101 | efbe84ee8db7efbe9defbda4efbda5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)