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 | 銖呵庶 | 111001111111000110011001111010001000111110001110 | e7f199e88f8e |
EUC-JP | 銖呵庶 | 111011101111001111010010111010101011110111101110 | eef3d2eabdee |
UTF-8 | 銖呵庶 | 111010011000101010010110111001011001000110110101111001011011101010110110 | e98a96e591b5e5bab6 |
UHC | 銖呵庶 | 111000101100011111001010101001111101111111101110 | e2c7caa7dfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)