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 | 瞳筬? | 1001001110110101111000101010101100111111 | 93b5e2ab3f |
EUC-JP | 瞳筬? | 1100011010110111111001001010110100111111 | c6b7e4ad3f |
UTF-8 | 瞳筬깹 | 111001111001111010110011111001111010110110101100111010101011100110111001 | e79eb3e7adaceab9b9 |
UHC | 瞳筬깹 | 110101001101101011100000111111101011001010100001 | d4dae0feb2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)