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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??獄?^ | 001111110011111110001101100101100011111101011110 | 3f3f8d963f5e |
EUC-JP | ?堧獄堧^ | 00111111100011111011100010101000101110011111011010001111101110001010100001011110 | 3f8fb8a8b9f68fb8a85e |
UTF-8 | 날堧獄堧^ | 11101011100000101010000011100101101000001010011111100111100011011000010011100101101000001010011101011110 | eb82a0e5a0a7e78d84e5a0a75e |
UHC | 날堧獄堧^ | 101100111010111111100110110000001110100010101011111001101100000001011110 | b3afe6c0e8abe6c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)