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 | 眩鱆喘 | 111000011011111111101001111000011001101001100010 | e1bfe9e19a62 |
EUC-JP | 眩鱆喘 | 111000101100000111110010111000111101001111000011 | e2c1f2e3d3c3 |
UTF-8 | 眩鱆喘 | 111001111001110010101001111010011011000110000110111001011001011010011000 | e79ca9e9b186e59698 |
UHC | 眩?喘 | 1111101011011111001111111111010010110111 | fadf3ff4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)