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 | 昭セ煮 | 1000111110111010101111101000111011001111 | 8fbabe8ecf |
EUC-JP | 昭セ煮 | 101111101011110010001110101111101011110011010001 | bebc8ebebcd1 |
UTF-8 | 昭セ煮 | 111001101001100010101101111011111011110110111110111001111000010110101110 | e698adefbdbee785ae |
UHC | 昭?煮 | 1110000110111001001111111110110110110100 | e1b93fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)