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 | ロ「瑣ヤ゚ | 110110111010001011100000111100101101010011011111 | dba2e0f2d4df |
EUC-JP | ロ「瑣ヤ゚ | 10001110110110111000111010100010111000001111010010001110110101001000111011011111 | 8edb8ea2e0f48ed48edf |
UTF-8 | ロ「瑣ヤ゚ | 111011111011111010011011111011111011110110100010111001111001000110100011111011111011111010010100111011111011111010011111 | efbe9befbda2e791a3efbe94efbe9f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)