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 | 霑叱? | 1110100010111111100011101011011000111111 | e8bf8eb63f |
EUC-JP | 霑叱渶 | 11110000110000011011110010111000100011111100011111101101 | f0c1bcb88fc7ed |
UTF-8 | 霑叱渶 | 111010011001110010010001111001011000111110110001111001101011100010110110 | e99c91e58fb1e6b8b6 |
UHC | 霑叱渶 | 111011111100010111110010111010101110011110110111 | efc5f2eae7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)