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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?氷??? | 001111111001010101011000001111110011111100111111 | 3f95583f3f3f |
EUC-JP | ?氷??? | 001111111100100110111001001111110011111100111111 | 3fc9b93f3f3f |
UTF-8 | 뤋氷웡롉롂 | 111010111010010010001011111001101011000010110111111011001001101110100001111010111010000110001001111010111010000110000010 | eba48be6b0b7ec9ba1eba189eba182 |
UHC | 뤋氷웡롉롂 | 10001111101110111101111010111100101111111111110110001110110011111000111011001001 | 8fbbdebcbffd8ecf8ec9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)