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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鬣肴垰髏・^ | 11101001101001011000110111100110100110101011100111101001100100001010010101011110 | e9a58de69ab9e990a55e |
EUC-JP | 鬣肴垰髏・^ | 1111001010100111101110101110100011010100101110111111000111110000100011101010010101011110 | f2a7bae8d4bbf1f08ea55e |
UTF-8 | 鬣肴垰髏・^ | 11101001101011001010001111101000100000101011010011100101100111101011000011101001101010111000111111101111101111011010010101011110 | e9aca3e882b4e59eb0e9ab8fefbda55e |
UHC | ?肴???^ | 00111111111111011010001000111111001111110011111101011110 | 3ffda23f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)