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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-WIN | シヲ_ | 1111001011110100101111001010011001011111 | f2f4bca65f |
EUC-JP | ?シヲ_ | 001111111000111010111100100011101010011001011111 | 3f8ebc8ea65f |
UTF-8 | シヲ_ | 11101110100010001010101111101111101111011011110011101111101111011010011001011111 | ee88abefbdbcefbda65f |
UHC | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)