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 | FK¨B | 10010010010001101001001001001011100100011010100001000010 | 9246924b91a842 |
SJIS-WIN | ?F?K?¨B | 0011111101000110001111110100101100111111100000010100111001000010 | 3f463f4b3f814e42 |
EUC-JP | ?F?K?¨B | 0011111101000110001111110100101100111111101000011010111101000010 | 3f463f4b3fa1af42 |
UTF-8 | FK¨B | 1100001010010010010001101100001010010010010010111100001010010001110000101010100001000010 | c29246c2924bc291c2a842 |
UHC | ?F?K?¨B | 0011111101000110001111110100101100111111101000011010011101000010 | 3f463f4b3fa1a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)