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 | シヲ硝 | 1111001011110100101111001010011010001111110010011111010010111100 | f2f4bca68fc9f4bc |
EUC-JP | ?シヲ硝? | 0011111110001110101111001000111010100110101111101100101100111111 | 3f8ebc8ea6becb3f |
UTF-8 | シヲ硝 | 111011101000100010101011111011111011110110111100111011111011110110100110111001111010000110011101111011101000110110101011 | ee88abefbdbcefbda6e7a19dee8dab |
UHC | ???硝? | 001111110011111100111111111101011010011000111111 | 3f3f3ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)