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 | ??庾?? | 00111111001111111000111110111100110011100011111100111111 | 3f3f8fbcce3f3f |
UTF-8 | 뤯훵庾퉶욺 | 111010111010010010101111111011011001101110110101111001011011101010111110111011011000100110110110111011001001101010111010 | eba4afed9bb5e5babeed89b6ec9aba |
UHC | 뤯훵庾퉶욺 | 10001111110111011100100011010000111010101110110010111001100011101011111111110001 | 8fddc8d0eaecb98ebff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)