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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陂伎サ喜。 | 1110100010011000100010101110101010111011100010101110110010100001 | e8988aeabb8aeca1 |
EUC-JP | 陂伎サ喜。 | 11101111111110001011010011101100100011101011101110110100111011101000111010100001 | eff8b4ec8ebbb4ee8ea1 |
UTF-8 | 陂伎サ喜。 | 111010011001100110000010111001001011110010001110111011111011110110111011111001011001011010011100111011111011110110100001 | e99982e4bc8eefbdbbe5969cefbda1 |
UHC | 陂伎?喜? | 1111100110101110110100001110101100111111111111011110110000111111 | f9aed0eb3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)