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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シシ硝 | 1111001011110101101111001011110010001111110010011111010010111100 | f2f5bcbc8fc9f4bc |
EUC-JP | ?シシ硝? | 0011111110001110101111001000111010111100101111101100101100111111 | 3f8ebc8ebcbecb3f |
UTF-8 | シシ硝 | 111011101000100010101100111011111011110110111100111011111011110110111100111001111010000110011101111011101000110110101011 | ee88acefbdbcefbdbce7a19dee8dab |
UHC | ???硝? | 001111110011111100111111111101011010011000111111 | 3f3f3ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)