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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | トエ釖] | 1100010010110100111001111101100101011101 | c4b4e7d95d |
EUC-JP | トエ釖] | 10001110110001001000111010110100111011101101101101011101 | 8ec48eb4eedb5d |
UTF-8 | トエ釖] | 11101111101111101000010011101111101111011011010011101001100001111001011001011101 | efbe84efbdb4e987965d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)