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 | 菫瀧鞄^ | 11100100101111111001000111101011100010101001001101011110 | e4bf91eb8a935e |
EUC-JP | 菫瀧鞄^ | 11101000110000011100001011101101101100111111001101011110 | e8c1c2edb3f35e |
UTF-8 | 菫瀧鞄^ | 11101000100011111010101111100111100000001010011111101001100111101000010001011110 | e88fabe780a7e99e845e |
UHC | 菫瀧?^ | 110100001100101111010110111010010011111101011110 | d0cbd6e93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)