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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 鬩ゥ鬘梧ィ柚F | 1110100110101001101010011110100110100001100011001110011010101000100101110100110101000110 | e9a9a9e9a18ce6a8974d46 |
EUC-JP | 鬩ゥ鬘梧ィ柚F | 11110010101010111000111010101001111100101010001110111000111010001000111010101000110011011010111001000110 | f2ab8ea9f2a3b8e88ea8cdae46 |
UTF-8 | 鬩ゥ鬘梧ィ柚F | 11101001101011001010100111101111101111011010100111101001101011001001100011100110101000101010011111101111101111011010100011100110100111111001101001000110 | e9aca9efbda9e9ac98e6a2a7efbda8e69f9a46 |
UHC | ???梧?柚F | 001111110011111100111111111001111111110000111111111010101111011001000110 | 3f3f3fe7fc3feaf646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)