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 | 檍??苡 | 100111101111100000111111001111111110010010001111 | 9ef83f3fe48f |
EUC-JP | 檍??苡 | 110111001111101000111111001111111110011111101111 | dcfa3f3fe7ef |
UTF-8 | 檍댿뀤苡 | 111001101010101010001101111010111000110010111111111010111000000010100100111010001000101110100001 | e6aa8deb8cbfeb80a4e88ba1 |
UHC | 檍댿뀤苡 | 1110010111100101100010001110001010000101100110111110110010111110 | e5e588e2859becbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)