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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | ???苑?{d | 0011111100111111001111111000100110010001001111110111101101100100 | 3f3f3f89913f7b64 |
EUC-JP | ???苑?{d | 0011111100111111001111111011000111110001001111110111101101100100 | 3f3f3fb1f13f7b64 |
UTF-8 | 料겸뫗苑쫞{d | 1110111110100110101111101110101010110010101110001110101110101011100101111110100010001011100100011110110010101011100111100111101101100100 | efa6beeab2b8ebab97e88b91ecab9e7b64 |
UHC | 料겸뫗苑쫞{d | 111010001111011110110000111000101001000110111001111010101011110110100110011100100111101101100100 | e8f7b0e291b9eabda6727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)