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 | ???S? | 0011111100111111001111110101001100111111 | 3f3f3f533f |
SJIS-WIN | 愽瀏筥S澤 | 100111001100011111100000011001111110001010100110010100111110000001010110 | 9cc7e067e2a653e056 |
EUC-JP | 愽瀏筥S澤 | 110110001100100111011111110010001110010010101000010100111101111110110111 | d8c9dfc8e4a853dfb7 |
UTF-8 | 愽瀏筥S澤 | 11100110100001001011110111100111100000001000111111100111101011011010010101010011111001101011111010100100 | e684bde7808fe7ada553e6bea4 |
UHC | ?瀏?S澤 | 00111111110101111011011100111111010100111111011111001010 | 3fd7b73f53f7ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)