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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | 巐ヲ巐・_ | 11111010101101101010011011111010101101101010010101011111 | fab6a6fab6a55f |
EUC-JP | 巐ヲ巐・_ | 1000111110111011111110011000111010100110100011111011101111111001100011101010010101011111 | 8fbbf98ea68fbbf98ea55f |
UTF-8 | 巐ヲ巐・_ | 11100101101101111001000011101111101111011010011011100101101101111001000011101111101111011010010101011111 | e5b790efbda6e5b790efbda55f |
UHC | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)