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 | 獻耘ティ症 | 1110000011011001111000111100111111000011101010001000111111000111 | e0d9e3cfc3a88fc7 |
EUC-JP | 獻耘ティ症 | 11100000110110111110011011010001100011101100001110001110101010001011111011001001 | e0dbe6d18ec38ea8bec9 |
UTF-8 | 獻耘ティ症 | 111001111000110110111011111010001000000010011000111011111011111010000011111011111011110110101000111001111001011110000111 | e78dbbe88098efbe83efbda8e79787 |
UHC | 獻耘??症 | 1111101011001100111010011111110000111111001111111111000111111000 | facce9fc3f3ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)