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??^ | 001111110011111101001000001111110011111101011110 | 3f3f483f3f5e |
SJIS-WIN | テサHツェ^ | 110000111011101101001000110000101010101001011110 | c3bb48c2aa5e |
EUC-JP | テサHツェ^ | 10001110110000111000111010111011010010001000111011000010100011101010101001011110 | 8ec38ebb488ec28eaa5e |
UTF-8 | テサHツェ^ | 1110111110111110100000111110111110111101101110110100100011101111101111101000001011101111101111011010101001011110 | efbe83efbdbb48efbe82efbdaa5e |
UHC | ??H??^ | 001111110011111101001000001111110011111101011110 | 3f3f483f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)