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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | テシH | 110000111011110001001000 | c3bc48 |
EUC-JP | テシH | 1000111011000011100011101011110001001000 | 8ec38ebc48 |
UTF-8 | テシH | 11101111101111101000001111101111101111011011110001001000 | efbe83efbdbc48 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)