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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 貂呎ケォ\ | 11100110101110001001100111100110101110011010101101011100 | e6b899e6b9ab5c |
EUC-JP | 貂呎ケォ\ | 111011001011101011010010111010001000111010111001100011101010101101011100 | ecbad2e88eb98eab5c |
UTF-8 | 貂呎ケォ\ | 11101000101100101000001011100101100100011000111011101111101111011011100111101111101111011010101101011100 | e8b282e5918eefbdb9efbdab5c |
UHC | 貂???\ | 111101011011000000111111001111110011111101011100 | f5b03f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)