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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獨璽汐 | 111000001101010110001110101000111000111010101100 | e0d58ea38eac |
EUC-JP | 獨璽汐 | 111000001101011110111100101001011011110010101110 | e0d7bca5bcae |
UTF-8 | 獨璽汐 | 111001111000110110101000111001111001001010111101111001101011000110010000 | e78da8e792bde6b190 |
UHC | 獨璽汐 | 110101001011110011011111110111101110000010110001 | d4bcdfdee0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)