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 | ?諺?雰?^ | 0011111110001100101111110011111110010101101101010011111101011110 | 3f8cbf3f95b53f5e |
EUC-JP | ?諺?雰?^ | 0011111110111000110000010011111111001010101101110011111101011110 | 3fb8c13fcab73f5e |
UTF-8 | 뤗諺쳪雰렖^ | 11101011101001001001011111101000101010111011101011101100101100111010101011101001100110111011000011101011101000001001011001011110 | eba497e8abbaecb3aae99bb0eba0965e |
UHC | 뤗諺쳪雰렖^ | 1000111111000111111001011110110010101011100011111101110111010100100011101010101101011110 | 8fc7e5ecab8fddd48eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)