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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??銹] | 0011111100111111111001111111011001011101 | 3f3fe7f65d |
EUC-JP | ??銹] | 0011111100111111111011101111100001011101 | 3f3feef85d |
UTF-8 | 롚롔銹] | 11101011101000011001101011101011101000011001010011101001100010101011100101011101 | eba19aeba194e98ab95d |
UHC | 롚롔銹] | 10001110110111101000111011011000111000101100100001011101 | 8ede8ed8e2c85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)