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 | 纛宴ャ | 1110001110011011100010011000001110101100 | e39b8983ac |
EUC-JP | 纛宴ャ | 111001011111101110110001111000111000111010101100 | e5fbb1e38eac |
UTF-8 | 纛宴ャ | 111001111011101010011011111001011010111010110100111011111011110110101100 | e7ba9be5aeb4efbdac |
UHC | 纛宴? | 1101010011000000111001101100001100111111 | d4c0e6c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)