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 | ?R???Q?TB | 001111110101001000111111001111110011111101010001001111110101010001000010 | 3f523f3f3f513f5442 |
SJIS-WIN | ?R???Q?TB | 001111110101001000111111001111110011111101010001001111110101010001000010 | 3f523f3f3f513f5442 |
EUC-JP | ?R???Q?TB | 001111110101001000111111001111110011111101010001001111110101010001000010 | 3f523f3f3f513f5442 |
UTF-8 | 혪R혩짼혪Q혪TB | 11101101100110001010101001010010111011011001100010101001111011001010011110111100111011011001100010101010010100011110110110011000101010100101010001000010 | ed98aa52ed98a9eca7bced98aa51ed98aa5442 |
UHC | 혪R혩짼혪Q혪TB | 1100001010010010010100101100001010010001110000101011001011000010100100100101000111000010100100100101010001000010 | c29252c291c2b2c29251c2925442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)