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 | ?????ゲ? | 0011111100111111001111110011111100111111100000110101000100111111 | 3f3f3f3f3f83513f |
EUC-JP | ?????ゲ? | 0011111100111111001111110011111100111111101001011011001000111111 | 3f3f3f3f3fa5b23f |
UTF-8 | 룴햶㈒룫휁ゲ▩ | 111010111010001110110100111011011001011010110110111000111000100010010010111010111010001110101011111011011001110010000001111000111000001010110010111000101001011010101001 | eba3b4ed96b6e38892eba3abed9c81e382b2e296a9 |
UHC | 룴햶㈒룫휁ゲ▩ | 1000111110101001110000011000111110101001110000111000111110100010110001001000111110101011101100101010001011001100 | 8fa9c18fa9c38fa2c48fabb2a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)