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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鬩傭[鬩傭[^ | 1110100110101001100101110110001001011011111010011010100110010111011000100101101101011110 | e9a997625be9a997625b5e |
EUC-JP | 鬩傭[鬩傭[^ | 1111001010101011110011011100001101011011111100101010101111001101110000110101101101011110 | f2abcdc35bf2abcdc35b5e |
UTF-8 | 鬩傭[鬩傭[^ | 111010011010110010101001111001011000001010101101010110111110100110101100101010011110010110000010101011010101101101011110 | e9aca9e582ad5be9aca9e582ad5b5e |
UHC | ?傭[?傭[^ | 001111111110100110110110010110110011111111101001101101100101101101011110 | 3fe9b65b3fe9b65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)