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 | 靱斜識 | 111010001101010110001110110011101000111010101111 | e8d58ece8eaf |
EUC-JP | 靱斜識 | 111100001101011110111100110100001011110010110001 | f0d7bcd0bcb1 |
UTF-8 | 靱斜識 | 111010011001110110110001111001101001011010011100111010001010110110011000 | e99db1e6969ce8ad98 |
UHC | ?斜識 | 0011111111011110110110001110001111011011 | 3fded8e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)