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 | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | 愽瀏筥S | 10011100110001111110000001100111111000101010011001010011 | 9cc7e067e2a653 |
EUC-JP | 愽瀏筥S | 11011000110010011101111111001000111001001010100001010011 | d8c9dfc8e4a853 |
UTF-8 | 愽瀏筥S | 11100110100001001011110111100111100000001000111111100111101011011010010101010011 | e684bde7808fe7ada553 |
UHC | ?瀏?S | 0011111111010111101101110011111101010011 | 3fd7b73f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)