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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | ?旭??{d | 00111111100010001010111000111111001111110111101101100100 | 3f88ae3f3f7b64 |
EUC-JP | ?旭??{d | 00111111101100001011000000111111001111110111101101100100 | 3fb0b03f3f7b64 |
UTF-8 | 쒔旭렕렜{d | 1110110010010010100101001110011010010111101011011110101110100000100101011110101110100000100111000111101101100100 | ec9294e697adeba095eba09c7b64 |
UHC | 쒔旭렕렜{d | 10111110101011011110100111101111100011101010101010001110101011100111101101100100 | beade9ef8eaa8eae7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)