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 | 淅跣汐 | 100111111100011011100110111011111000111010101100 | 9fc6e6ef8eac |
EUC-JP | 淅跣汐 | 110111101100100011101100111100011011110010101110 | dec8ecf1bcae |
UTF-8 | 淅跣汐 | 111001101011011110000101111010001011011110100011111001101011000110010000 | e6b785e8b7a3e6b190 |
UHC | 淅跣汐 | 111000001011001011100000110100111110000010110001 | e0b2e0d3e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)