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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 潁?????B | 1001111111110001001111110011111100111111001111110011111101000010 | 9ff13f3f3f3f3f42 |
EUC-JP | 潁?????B | 1101111011110011001111110011111100111111001111110011111101000010 | def33f3f3f3f3f42 |
UTF-8 | 潁얜챷溜잙젗B | 11100110101111011000000111101100100101101001110011101100101100011011011111101111101001111000101111101100100111101001100111101100101000001001011101000010 | e6bd81ec969cecb1b7efa78bec9e99eca09742 |
UHC | 潁얜챷溜잙젗B | 11100111101110001011111011101011101010101000010011101010111111101001111111101011101000001001001101000010 | e7b8beebaa84eafe9feba09342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)