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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 将蜿ェェョ。 | 10001111101010111110010110001111101010101111001010001111101010101010111010100001 | 8fabe58faaf28faaaea1 |
EUC-JP | 将蜿ェ?ェョ。 | 10111110101011011110100111101111100011101010101000111111100011101010101010001110101011101000111010100001 | beade9ef8eaa3f8eaa8eae8ea1 |
UTF-8 | 将蜿ェェョ。 | 111001011011000010000110111010001001110010111111111011111011110110101010111011101000011110000110111011111011110110101010111011111011110110101110111011111011110110100001 | e5b086e89cbfefbdaaee8786efbdaaefbdaeefbda1 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)