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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巽叩村巽 | 1001001001000110100100100100000010010001101110101001001001000110 | 9246924091ba9246 |
EUC-JP | 巽叩村巽 | 1100001110100111110000111010000111000010101111001100001110100111 | c3a7c3a1c2bcc3a7 |
UTF-8 | 巽叩村巽 | 111001011011011110111101111001011000111110101001111001101001110110010001111001011011011110111101 | e5b7bde58fa9e69d91e5b7bd |
UHC | 巽叩村巽 | 1110000111011110110011011011000011110101101111011110000111011110 | e1decdb0f5bde1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)