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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | シト煮斜]H | 1011110011000100100011101100111110001110110011100101110101001000 | bcc48ecf8ece5d48 |
EUC-JP | シト煮斜]H | 10001110101111001000111011000100101111001101000110111100110100000101110101001000 | 8ebc8ec4bcd1bcd05d48 |
UTF-8 | シト煮斜]H | 1110111110111101101111001110111110111110100001001110011110000101101011101110011010010110100111000101110101001000 | efbdbcefbe84e785aee6969c5d48 |
UHC | ??煮斜]H | 0011111100111111111011011011010011011110110110000101110101001000 | 3f3fedb4ded85d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)