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 | ?兒?? | 0011111110011001010110100011111100111111 | 3f995a3f3f |
EUC-JP | ?兒?? | 0011111111010001101110110011111100111111 | 3fd1bb3f3f |
UTF-8 | 룶兒룫헋 | 111010111010001110110110111001011000010110010010111010111010001110101011111011011001011110001011 | eba3b6e58592eba3abed978b |
UHC | 룶兒룫헋 | 1000111110101011111001001010111010001111101000101100001001000010 | 8fabe4ae8fa2c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)