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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 慂??? | 1001110011001000001111110011111100111111 | 9cc83f3f3f |
EUC-JP | 慂??焰 | 11011000110010100011111100111111100011111100100111101111 | d8ca3f3f8fc9ef |
UTF-8 | 慂잒쾳焰 | 111001101000010110000010111011001001111010010010111011001011111010110011111001111000010010110000 | e68582ec9e92ecbeb3e784b0 |
UHC | 慂잒쾳焰 | 1110100110111101100111111110100010110010100010011110011011111011 | e9bd9fe8b289e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)