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 | ?德?雰?^ | 0011111111111010101110100011111110010101101101010011111101011110 | 3ffaba3f95b53f5e |
EUC-JP | ???雰?^ | 00111111001111110011111111001010101101110011111101011110 | 3f3f3fcab73f5e |
UTF-8 | 뤯德쳪雰렖^ | 11101011101001001010111111100101101111101011011111101100101100111010101011101001100110111011000011101011101000001001011001011110 | eba4afe5beb7ecb3aae99bb0eba0965e |
UHC | 뤯德쳪雰렖^ | 1000111111011101110100111110110010101011100011111101110111010100100011101010101101011110 | 8fddd3ecab8fddd48eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)