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 | 111011001011000110000100111011011001100010101001111011011001100010101000111011011001100010100111111011011001100010100111010000110111100101000010 | ecb184ed98a9ed98a8ed98a7ed98a7437942 |
UHC | 채혩혨혧혧CyB | 11000011101001001100001010010001110000101001000011000010100011111100001010001111010000110111100101000010 | c3a4c291c290c28fc28f437942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)