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 | 逑拾] | 1110011110010011100011110100010101011101 | e7938f455d |
EUC-JP | 逑拾] | 1110110111110011101111011010011001011101 | edf3bda65d |
UTF-8 | 逑拾] | 11101001100000001001000111100110100010111011111001011101 | e98091e68bbe5d |
UHC | 逑拾] | 1100111111000111111000111010011001011101 | cfc7e3a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)