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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痺刻戎 | 111000011000001110001101100011111000111101011110 | e1838d8f8f5e |
EUC-JP | 痺刻戎 | 111000011110001110111001111011111011110110111111 | e1e3b9efbdbf |
UTF-8 | 痺刻戎 | 111001111001011110111010111001011000100010111011111001101000100010001110 | e797bae588bbe6888e |
UHC | 痺刻戎 | 110111011111011011001010101111101110101111010100 | ddf6cabeebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)