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 | 繧?崎烏羶 | 111000111000001000111111100011011110100010001001010001111110001110111101 | e3823f8de88947e3bd |
EUC-JP | 繧鰪崎烏羶 | 1110010111100010100011111110101110110110101110101110101010110001101010001110011010111111 | e5e28febb6baeab1a8e6bf |
UTF-8 | 繧鰪崎烏羶 | 111001111011100110100111111010011011000010101010111001011011010010001110111001111000001110001111111001111011111010110110 | e7b9a7e9b0aae5b48ee7838fe7beb6 |
UHC | ??崎烏? | 00111111001111111101000011111000111010001010000100111111 | 3f3fd0f8e8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)