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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 達但] | 1001001001000010100100100100000101011101 | 924292415d |
EUC-JP | 達但] | 1100001110100011110000111010001001011101 | c3a3c3a25d |
UTF-8 | 達但] | 11101001100000011001010011100100101111011000011001011101 | e98194e4bd865d |
UHC | 達但] | 1101001110111001110100111010001101011101 | d3b9d3a35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)