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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??ゲ???? | 0011111100111111100000110101000100111111001111110011111100111111 | 3f3f83513f3f3f3f |
EUC-JP | ??ゲ???? | 0011111100111111101001011011001000111111001111110011111100111111 | 3f3fa5b23f3f3f3f |
UTF-8 | 룶퀛ゲ∼룶괄룶 | 111010111010001110110110111011011000000010011011111000111000001010110010111000101000100010111100111010111010001110110110111010101011010010000100111010111010001110110110 | eba3b6ed809be382b2e288bceba3b6eab484eba3b6 |
UHC | 룶퀛ゲ∼룶괄룶 | 1000111110101011101100111000111110101011101100101010000110101101100011111010101110110000111111011000111110101011 | 8fabb38fabb2a1ad8fabb0fd8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)