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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 飾??? | 1000111111111100001111110011111100111111 | 8ffc3f3f3f |
EUC-JP | 飾??? | 1011111011111110001111110011111100111111 | befe3f3f3f |
UTF-8 | 飾걣륮女 | 111010011010001110111110111010101011000110100011111010111010010110101110111011111010011010000001 | e9a3beeab1a3eba5aeefa681 |
UHC | 飾걣륮女 | 1110001111011110100000011000110010010000010011111110010111111100 | e3de818c904fe5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)