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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | 雍??t | 1110100010110100001111110011111101110100 | e8b43f3f74 |
EUC-JP | 雍??t | 1111000010110110001111110011111101110100 | f0b63f3f74 |
UTF-8 | 雍딂뺀t | 11101001100110111000110111101011100101001000001011101011101110101000000001110100 | e99b8deb9482ebba8074 |
UHC | 雍딂뺀t | 11101000101111001000101011101000101110111010101101110100 | e8bc8ae8bbab74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)