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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 趺セ髮ォSB | 1110011011100101101111101110100110011011101010110101001101000010 | e6e5bee99bab5342 |
EUC-JP | 趺セ髮ォSB | 11101100111001111000111010111110111100011111101110001110101010110101001101000010 | ece78ebef1fb8eab5342 |
UTF-8 | 趺セ髮ォSB | 1110100010110110101110101110111110111101101111101110100110101011101011101110111110111101101010110101001101000010 | e8b6baefbdbee9abaeefbdab5342 |
UHC | 趺?髮?SB | 1101110110111010001111111101101110100101001111110101001101000010 | ddba3fdba53f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)