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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 聰璋硴怏 | 1110001111100000111000001111011011100001111010111001110010001001 | e3e0e0f6e1eb9c89 |
EUC-JP | 聰璋硴怏 | 1110011011100010111000001111100011100010111011011101011111101001 | e6e2e0f8e2edd7e9 |
UTF-8 | 聰璋硴怏 | 111010001000000110110000111001111001001010001011111001111010000110110100111001101000000010001111 | e881b0e7928be7a1b4e6808f |
UHC | 聰璋?怏 | 11110101110001101110110111110000001111111110010011101000 | f5c6edf03fe4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)