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 | ?\? | 001111110101110000111111 | 3f5c3f |
SJIS-WIN | \箏 | 1111011110101100010111001110001010110101 | f7ac5ce2b5 |
EUC-JP | ?\箏 | 00111111010111001110010010110111 | 3f5ce4b7 |
UTF-8 | \箏 | 11101110100101101000111101011100111001111010111010001111 | ee968f5ce7ae8f |
UHC | ?\箏 | 00111111010111001110111010110100 | 3f5ceeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)