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 | ??¸ | 001111110011111110111000 | 3f3fb8 |
SJIS-WIN | 漿?? | 10011111111101110011111100111111 | 9ff73f3f |
EUC-JP | 漿盼¸ | 1101111011111001100011111100111011011001100011111010001010110001 | def98fced98fa2b1 |
UTF-8 | 漿盼¸ | 1110011010111100101111111110011110011011101111001100001010111000 | e6bcbfe79bbcc2b8 |
UHC | 漿盼¸ | 111011011110110011011010111100001010001010101100 | edecdaf0a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)