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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 緣뗈듐꽪^ | 11100111101101111010001111101011100101111000100011101011100100111001000011101010101111011010101001011110 | e7b7a3eb9788eb9390eabdaa5e |
UHC | 緣뗈듐꽪^ | 111001101101111010001011110011101011010111100011100001001011010101011110 | e6de8bceb5e384b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)