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 | ???帥 | 0011111100111111001111111001000010000011 | 3f3f3f9083 |
EUC-JP | 莘??帥 | 10001111110110001010101100111111001111111011111111100011 | 8fd8ab3f3fbfe3 |
UTF-8 | 莘릧뢅帥 | 111010001000111010011000111010111010011010100111111010111010001010000101111001011011100010100101 | e88e98eba6a7eba285e5b8a5 |
UHC | 莘릧뢅帥 | 1110001111101110100100001000100110001111010000011110000111111101 | e3ee90898f41e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)