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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟾埼ョ滔 | 11100101101101111000110111101001101011101001111111101011 | e5b78de9ae9feb |
EUC-JP | 蟾埼ョ滔 | 1110101010111001101110101110101110001110101011101101111011101101 | eab9baeb8eaedeed |
UTF-8 | 蟾埼ョ滔 | 111010001001111110111110111001011001111110111100111011111011110110101110111001101011101110010100 | e89fbee59fbcefbdaee6bb94 |
UHC | 蟾埼?滔 | 11100000111010101101000011110010001111111101010010100101 | e0ead0f23fd4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)