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 | ?姚? | 00111111100110110100110000111111 | 3f9b4c3f |
EUC-JP | 馹姚? | 100011111110100110100001110101011010110100111111 | 8fe9a1d5ad3f |
UTF-8 | 馹姚조 | 111010011010011010111001111001011010011110011010111011001010000110110000 | e9a6b9e5a79aeca1b0 |
UHC | 馹姚조 | 111011001111000111101000111011101100000110110110 | ecf1e8eec1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)