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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巍ル?語〓? | 10011011110110011000001110001011001111111000110011101010100000011010110000111111 | 9bd9838b3f8cea81ac3f |
EUC-JP | 巍ル?語〓? | 11010110110110111010010111101011001111111011100011101100101000101010111000111111 | d6dba5eb3fb8eca2ae3f |
UTF-8 | 巍ル젶語〓젺 | 111001011011011110001101111000111000001110101011111011001010000010110110111010001010101010011110111000111000000010010011111011001010000010111010 | e5b78de383abeca0b6e8aa9ee38093eca0ba |
UHC | 巍ル젶語〓젺 | 111010001110010010101011111010111010000010101010111001011101111010100001111010111010000010101101 | e8e4abeba0aae5dea1eba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)