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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 云玖 | 10001001010111011000101111101000 | 895d8be8 |
EUC-JP | 云玖 | 10110001101111101011011011101010 | b1beb6ea |
UTF-8 | 云玖 | 111001001011101010010001111001111000111010010110 | e4ba91e78e96 |
UHC | 云玖 | 11101001111101101100111110111000 | e9f6cfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)