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 | 癒??酉 | 100101101111110000111111001111111001001111010001 | 96fc3f3f93d1 |
EUC-JP | 癒??酉 | 110011001111111000111111001111111100011011010011 | ccfe3f3fc6d3 |
UTF-8 | 癒쀫죰酉 | 111001111001100110010010111011001000000010101011111011001010001110110000111010011000010110001001 | e79992ec80abeca3b0e98589 |
UHC | 癒쀫죰酉 | 1110101110101000100101111110101110100001100010111110101110110111 | eba897eba18bebb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)