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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 睛伎?^ | 111000011100101110001010111010100011111101011110 | e1cb8aea3f5e |
EUC-JP | 睛伎?^ | 111000101100110110110100111011000011111101011110 | e2cdb4ec3f5e |
UTF-8 | 睛伎㎮^ | 11100111100111011001101111100100101111001000111011100011100011101010111001011110 | e79d9be4bc8ee38eae5e |
UHC | 睛伎㎮^ | 11101111111011001101000011101011101001111110001001011110 | efecd0eba7e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)