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 | 浯倩試 | 111110101111110010011000111010001000111010001110 | fafc98e88e8e |
EUC-JP | 浯倩試 | 10001111110001111100001111010000111010101011101111101110 | 8fc7c3d0eabbee |
UTF-8 | 浯倩試 | 111001101011010110101111111001011000000010101001111010001010100110100110 | e6b5afe580a9e8a9a6 |
UHC | ??試 | 00111111001111111110001111001011 | 3f3fe3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)