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 | 爵灼籬^ | 10001110110111011000111011011100111000101101111101011110 | 8edd8edce2df5e |
EUC-JP | 爵灼籬^ | 10111100110111111011110011011110111001001110000101011110 | bcdfbcdee4e15e |
UTF-8 | 爵灼籬^ | 11100111100010001011010111100111100000011011110011100111101100011010110001011110 | e788b5e781bce7b1ac5e |
UHC | 爵灼籬^ | 11101101110010011110110111000111110101111110011001011110 | edc9edc7d7e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)