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 | 澈蒔 | 111110110100101110001110101010101111000010101111 | fb4b8eaaf0af |
EUC-JP | 澈蒔? | 100011111100100011100101101111001010110000111111 | 8fc8e5bcac3f |
UTF-8 | 澈蒔 | 111001101011111010001000111010001001001010010100111011101000000110101110 | e6be88e89294ee81ae |
UHC | 澈蒔? | 1111010011001101111000111100100000111111 | f4cde3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)