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 | 云?] | 10001001010111010011111101011101 | 895d3f5d |
EUC-JP | 云?] | 10110001101111100011111101011101 | b1be3f5d |
UTF-8 | 云㎠] | 11100100101110101001000111100011100011101010000001011101 | e4ba91e38ea05d |
UHC | 云㎠] | 1110100111110110101001111011001001011101 | e9f6a7b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)