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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | シテシ・H | 1011110011000011101111001010010101001000 | bcc3bca548 |
EUC-JP | シテシ・H | 100011101011110010001110110000111000111010111100100011101010010101001000 | 8ebc8ec38ebc8ea548 |
UTF-8 | シテシ・H | 11101111101111011011110011101111101111101000001111101111101111011011110011101111101111011010010101001000 | efbdbcefbe83efbdbcefbda548 |
UHC | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)