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 | ??噫?∧^ | 0011111100111111100110101000000000111111100000011100100001011110 | 3f3f9a803f81c85e |
EUC-JP | ??噫?∧^ | 0011111100111111110100111110000000111111101000101100101001011110 | 3f3fd3e03fa2ca5e |
UTF-8 | 뤂立噫논∧^ | 11101011101001001000001011101111101001111011011111100101100110011010101111101011100001011011110011100010100010001010011101011110 | eba482efa7b7e599abeb85bce288a75e |
UHC | 뤂立噫논∧^ | 1000111110110011111011011010000111111101111011011011001111101101101000011111110001011110 | 8fb3eda1fdedb3eda1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)