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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 誓盾W | 1001000010111110100011111000001001010111 | 90be8f8257 |
EUC-JP | 誓盾W | 1100000011000000101111011110001001010111 | c0c0bde257 |
UTF-8 | 誓盾W | 11101000101010101001001111100111100110111011111001010111 | e8aa93e79bbe57 |
UHC | 誓盾W | 1110000010100101111000101110101001010111 | e0a5e2ea57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)