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 | 100010100100111100111111001111111001110010001001001111110111101101100100 | 8a4f3f3f9c893f7b64 |
EUC-JP | 外??怏?{d | 101100111011000000111111001111111101011111101001001111110111101101100100 | b3b03f3fd7e93f7b64 |
UTF-8 | 外숅죺怏늭{d | 1110010110100100100101101110110010001000100001011110110010100011101110101110011010000000100011111110101110001010101011010111101101100100 | e5a496ec8885eca3bae6808feb8aad7b64 |
UHC | 外숅죺怏늭{d | 111010001110001010011001111010011010000110010100111001001110100010001000011100100111101101100100 | e8e299e9a194e4e888727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)