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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 爵灼籬x | 10001110110111011000111011011100111000101101111101111000 | 8edd8edce2df78 |
EUC-JP | 爵灼籬x | 10111100110111111011110011011110111001001110000101111000 | bcdfbcdee4e178 |
UTF-8 | 爵灼籬x | 11100111100010001011010111100111100000011011110011100111101100011010110001111000 | e788b5e781bce7b1ac78 |
UHC | 爵灼籬x | 11101101110010011110110111000111110101111110011001111000 | edc9edc7d7e678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)