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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?¬?∧^ | 00111111100000011100101000111111100000011100100001011110 | 3f81ca3f81c85e |
EUC-JP | ?¬?∧^ | 00111111101000101100110000111111101000101100101001011110 | 3fa2cc3fa2ca5e |
UTF-8 | 옵¬옵∧^ | 11101100100110001011010111101111101111111010001011101100100110001011010111100010100010001010011101011110 | ec98b5efbfa2ec98b5e288a75e |
UHC | 옵¬옵∧^ | 101111111100100110100001111111101011111111001001101000011111110001011110 | bfc9a1febfc9a1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)