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 | ??K??j | 001111110011111101001011001111110011111101101010 | 3f3f4b3f3f6a |
SJIS-WIN | ??K?}j | 00111111001111110100101100111111100000010111000001101010 | 3f3f4b3f81706a |
EUC-JP | ??K?}j | 00111111001111110100101100111111101000011101000101101010 | 3f3f4b3fa1d16a |
UTF-8 | 룵₃K룵}j | 1110101110100011101101011110001010000010100000110100101111101011101000111011010111101111101111011001110101101010 | eba3b5e282834beba3b5efbd9d6a |
UHC | 룵₃K룵}j | 10001111101010101010100111111101010010111000111110101010101000111111110101101010 | 8faaa9fd4b8faaa3fd6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)