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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鬩暮洌^ | 11101001101010011001010111101001100111111010111001011110 | e9a995e99fae5e |
EUC-JP | 鬩暮洌^ | 11110010101010111100101011101011110111101011000001011110 | f2abcaebdeb05e |
UTF-8 | 鬩暮洌^ | 11101001101011001010100111100110100110101010111011100110101101001000110001011110 | e9aca9e69aaee6b48c5e |
UHC | ?暮洌^ | 001111111101100110111010110101101010110001011110 | 3fd9bad6ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)