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 | 褸紺烈 | 111001011111100010001101101011101001011111110011 | e5f88dae97f3 |
EUC-JP | 褸紺烈 | 111010101111101010111010101100001100111011110101 | eafabab0cef5 |
UTF-8 | 褸紺烈 | 111010001010010010111000111001111011010010111010111001111000001110001000 | e8a4b8e7b4bae78388 |
UHC | 褸紺烈 | 110101111010111011001010111110101101011010101101 | d7aecafad6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)