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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????碇 | 001111110011111100111111001111111001001011110100 | 3f3f3f3f92f4 |
EUC-JP | ????碇 | 001111110011111100111111001111111100010011110110 | 3f3f3f3fc4f6 |
UTF-8 | 룴횕◐룫碇 | 111010111010001110110100111011011001101010010101111000101001011110010000111010111010001110101011111001111010001010000111 | eba3b4ed9a95e29790eba3abe7a287 |
UHC | 룴횕◐룫碇 | 10001111101010011100001110001111101000101100010010001111101000101110111111101101 | 8fa9c38fa2c48fa2efed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)