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 | 蜊溢= | 111001011000110110001000111011001000000110000001 | e58d88ec8181 |
EUC-JP | 蜊溢= | 111010011110110110110000111011101010000111100001 | e9edb0eea1e1 |
UTF-8 | 蜊溢= | 111010001001110010001010111001101011101010100010111011111011110010011101 | e89c8ae6baa2efbc9d |
UHC | ?溢= | 0011111111101100111011101010001110111101 | 3feceea3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)