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 | ?Q???K??B | 001111110101000100111111001111110011111101001011001111110011111101000010 | 3f513f3f3f4b3f3f42 |
SJIS-WIN | ?Q???K??B | 001111110101000100111111001111110011111101001011001111110011111101000010 | 3f513f3f3f4b3f3f42 |
EUC-JP | ?Q???K??B | 001111110101000100111111001111110011111101001011001111110011111101000010 | 3f513f3f3f4b3f3f42 |
UTF-8 | 혪Q혩짜혪K혩쨘B | 111011011001100010101010010100011110110110011000101010011110110010100111100111001110110110011000101010100100101111101101100110001010100111101100101010001001100001000010 | ed98aa51ed98a9eca79ced98aa4bed98a9eca89842 |
UHC | 혪Q혩짜혪K혩쨘B | 110000101001001001010001110000101001000111000010101001011100001010010010010010111100001010010001110000101011101001000010 | c29251c291c2a5c2924bc291c2ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)