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 | 驪暦セ情メ | 111010011000101110010111111011111011111010001111111011101000001110000001 | e98b97efbe8fee8381 |
EUC-JP | 驪暦セ情メ | 11110001111010111100111011110001100011101011111010111110111100001010010111100001 | f1ebcef18ebebef0a5e1 |
UTF-8 | 驪暦セ情メ | 111010011010100110101010111001101001101010100110111011111011110110111110111001101000001110000101111000111000001110100001 | e9a9aae69aa6efbdbee68385e383a1 |
UHC | 驪??情メ | 1101010111110001001111110011111111101111110101111010101111100001 | d5f13f3fefd7abe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)