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 | 歪屯濾 | 100110000110001110010011110101001110000001101000 | 986393d4e068 |
EUC-JP | 歪屯濾 | 110011111100010011000110110101101101111111001001 | cfc4c6d6dfc9 |
UTF-8 | 歪屯濾 | 111001101010110110101010111001011011000110101111111001101011111110111110 | e6adaae5b1afe6bfbe |
UHC | 歪屯濾 | 111010001110000011010100111010101101010111101011 | e8e0d4ead5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)