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 | 襪矩尚 | 111001100100001110001011111010011000111110101110 | e6438be98fae |
EUC-JP | 襪矩尚 | 111010111010010010110110111010111011111010110000 | eba4b6ebbeb0 |
UTF-8 | 襪矩尚 | 111010001010010110101010111001111001111110101001111001011011000010011010 | e8a5aae79fa9e5b09a |
UHC | 襪矩? | 1101100011001010110011111011101100111111 | d8cacfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)