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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 影??^ | 1000100101100101001111110011111101011110 | 89653f3f5e |
EUC-JP | 影??^ | 1011000111000110001111110011111101011110 | b1c63f3f5e |
UTF-8 | 影⒵삌^ | 11100101101111011011000111100010100100101011010111101100100000101000110001011110 | e5bdb1e292b5ec828c5e |
UHC | 影⒵삌^ | 11100111101011111010100111100110100110001001001101011110 | e7afa9e698935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)