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 | ??述? | 0011111100111111100011110111000100111111 | 3f3f8f713f |
EUC-JP | ??述? | 0011111100111111101111011101001000111111 | 3f3fbdd23f |
UTF-8 | ∼룶述룫 | 111000101000100010111100111010111010001110110110111010001011111110110000111010111010001110101011 | e288bceba3b6e8bfb0eba3ab |
UHC | ∼룶述룫 | 1010000110101101100011111010101111100010111110111000111110100010 | a1ad8fabe2fb8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)