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 | 妊蝎獨^ | 10010100010001001110010110011001111000001101010101011110 | 9444e599e0d55e |
EUC-JP | 妊蝎獨^ | 11000111101001011110100111111001111000001101011101011110 | c7a5e9f9e0d75e |
UTF-8 | 妊蝎獨^ | 11100101101001101000101011101000100111011000111011100111100011011010100001011110 | e5a68ae89d8ee78da85e |
UHC | 妊蝎獨^ | 11101100111101001100101011101001110101001011110001011110 | ecf4cae9d4bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)