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 | 巽叩竪 | 100100100100011010010010010000001001001001000111 | 924692409247 |
EUC-JP | 巽叩竪 | 110000111010011111000011101000011100001110101000 | c3a7c3a1c3a8 |
UTF-8 | 巽叩竪 | 111001011011011110111101111001011000111110101001111001111010101110101010 | e5b7bde58fa9e7abaa |
UHC | 巽叩竪 | 111000011101111011001101101100001110001010110101 | e1decdb0e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)