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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?旬眄 | 0011111110001111011110111110000110111110 | 3f8f7be1be |
EUC-JP | ?旬眄 | 0011111110111101110111001110001011000000 | 3fbddce2c0 |
UTF-8 | 쮜旬眄 | 111011001010111010011100111001101001011110101100111001111001110010000100 | ecae9ce697ace79c84 |
UHC | 쮜旬眄 | 110000101110100011100010111000101101100011111000 | c2e8e2e2d8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)