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 | ?????CyB | 0011111100111111001111110011111100111111010000110111100101000010 | 3f3f3f3f3f437942 |
SJIS-WIN | ?????CyB | 0011111100111111001111110011111100111111010000110111100101000010 | 3f3f3f3f3f437942 |
EUC-JP | ?????CyB | 0011111100111111001111110011111100111111010000110111100101000010 | 3f3f3f3f3f437942 |
UTF-8 | 찾챦혨혧혧CyB | 111011001011000010111110111011001011000110100110111011011001100010101000111011011001100010100111111011011001100010100111010000110111100101000010 | ecb0beecb1a6ed98a8ed98a7ed98a7437942 |
UHC | 찾챦혨혧혧CyB | 11000011101000111100001110101111110000101001000011000010100011111100001010001111010000110111100101000010 | c3a3c3afc290c28fc28f437942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)