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 | 畏ч? | 1000100011011000100001001000100100111111 | 88d884893f |
EUC-JP | 畏ч? | 1011000011011010101001111110100100111111 | b0daa7e93f |
UTF-8 | 畏ч윯 | 1110011110010101100011111101000110000111111011001001110010101111 | e7958fd187ec9caf |
UHC | 畏ч윯 | 111010001110011010101100111010011001111110101110 | e8e6ace99fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)