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 | 隘シァ | 11101000101001011011110010100111 | e8a5bca7 |
EUC-JP | 隘シァ | 111100001010011110001110101111001000111010100111 | f0a78ebc8ea7 |
UTF-8 | 隘シァ | 111010011001101010011000111011111011110110111100111011111011110110100111 | e99a98efbdbcefbda7 |
UHC | 隘?? | 11100100111101100011111100111111 | e4f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)