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 | 繹??韋 | 111000111000100000111111001111111110100011101000 | e3883f3fe8e8 |
EUC-JP | 繹??韋 | 111001011110100000111111001111111111000011101010 | e5e83f3ff0ea |
UTF-8 | 繹먮갇韋 | 111001111011100110111001111010111010100010101110111010101011000010000111111010011001111110001011 | e7b9b9eba8aeeab087e99f8b |
UHC | 繹먮갇韋 | 1110011010111010100100001110101110110000101001001110101011011111 | e6ba90ebb0a4eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)