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 | ??P}??P{^ | 001111110011111101010000011111010011111100111111010100000111101101011110 | 3f3f507d3f3f507b5e |
SJIS-WIN | 嶢?P}嶢?P{^ | 1001101111010000001111110101000001111101100110111101000000111111010100000111101101011110 | 9bd03f507d9bd03f507b5e |
EUC-JP | 嶢?P}嶢?P{^ | 1101011011010010001111110101000001111101110101101101001000111111010100000111101101011110 | d6d23f507dd6d23f507b5e |
UTF-8 | 嶢렎P}嶢렎P{^ | 1110010110110110101000101110101110100000100011100101000001111101111001011011011010100010111010111010000010001110010100000111101101011110 | e5b6a2eba08e507de5b6a2eba08e507b5e |
UHC | 嶢렎P}嶢렎P{^ | 11101000111100101000111010100100010100000111110111101000111100101000111010100100010100000111101101011110 | e8f28ea4507de8f28ea4507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)