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 | ?????M?\ | 0011111100111111001111110011111100111111010011010011111101011100 | 3f3f3f3f3f4d3f5c |
| SJIS-WIN | ?????M?\ | 0011111100111111001111110011111100111111010011010011111101011100 | 3f3f3f3f3f4d3f5c |
| EUC-JP | ?????M?\ | 0011111100111111001111110011111100111111010011010011111101011100 | 3f3f3f3f3f4d3f5c |
| UTF-8 | 챈혧혣혙혨M챈\ | 1110110010110001100010001110110110011000101001111110110110011000101000111110110110011000100110011110110110011000101010000100110111101100101100011000100001011100 | ecb188ed98a7ed98a3ed9899ed98a84decb1885c |
| UHC | 챈혧혣혙혨M챈\ | 1100001110100110110000101000111111000010100011001100001010000100110000101001000001001101110000111010011001011100 | c3a6c28fc28cc284c2904dc3a65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)