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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 詵???詵 | 100011111101110111100111001111110011111100111111100011111101110111100111 | 8fdde73f3f3f8fdde7 |
UTF-8 | 詵렠렎蟬詵 | 111010001010100110110101111010111010000010100000111010111010000010001110111010001001111110101100111010001010100110110101 | e8a9b5eba0a0eba08ee89face8a9b5 |
UHC | 詵렠렎蟬詵 | 11100000110100101000111010110001100011101010010011100000110100011110000011010010 | e0d28eb18ea4e0d1e0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)