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 | 帥??? | 1001000010000011001111110011111100111111 | 90833f3f3f |
EUC-JP | 帥??? | 1011111111100011001111110011111100111111 | bfe33f3f3f |
UTF-8 | 帥럐뗨딞 | 111001011011100010100101111010111001111110010000111010111001011110101000111010111001010010011110 | e5b8a5eb9f90eb97a8eb949e |
UHC | 帥럐뗨딞 | 1110000111111101100011100110110110001011111010001000101101000001 | e1fd8e6d8be88b41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)