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? | 0011111100111111001111110100010000111111 | 3f3f3f443f |
SJIS-WIN | 弱??D烏 | 10001110111000110011111100111111010001001000100101000111 | 8ee33f3f448947 |
EUC-JP | 弱??D烏 | 10111100111001010011111100111111010001001011000110101000 | bce53f3f44b1a8 |
UTF-8 | 弱뉖젡D烏 | 11100101101111001011000111101011100010011001011011101100101000001010000101000100111001111000001110001111 | e5bcb1eb8996eca0a144e7838f |
UHC | 弱뉖젡D烏 | 111001011011000010000111111010111010000010011010010001001110100010100001 | e5b087eba09a44e8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)