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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 治式示蒔 | 1000111010100001100011101010111010001110101001101000111010101010 | 8ea18eae8ea68eaa |
EUC-JP | 治式示蒔 | 1011110010100011101111001011000010111100101010001011110010101100 | bca3bcb0bca8bcac |
UTF-8 | 治式示蒔 | 111001101011001010111011111001011011110010001111111001111010010010111010111010001001001010010100 | e6b2bbe5bc8fe7a4bae89294 |
UHC | 治式示蒔 | 1111011010111101111000111101001011100011110001101110001111001000 | f6bde3d2e3c6e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)