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 | 111011001011000010111110111011001011001010101001111011011001100010011000111011011001100010100111111011011001100010100111010000110111100101000010 | ecb0beecb2a9ed9898ed98a7ed98a7437942 |
UHC | 찾첩혘혧혧CyB | 11000011101000111100001110111000110000101000001111000010100011111100001010001111010000110111100101000010 | c3a3c3b8c283c28fc28f437942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)