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 | 睡虞省 | 100100001000011110001011111100011000111111001000 | 90878bf18fc8 |
EUC-JP | 睡虞省 | 101111111110011110110110111100111011111011001010 | bfe7b6f3beca |
UTF-8 | 睡虞省 | 111001111001110110100001111010001001100110011110111001111001110010000001 | e79da1e8999ee79c81 |
UHC | 睡虞省 | 111000101011001011101001111001011110000011111101 | e2b2e9e5e0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)