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 | 뤯德쵍雰렍^ | 11101011101001001010111111100101101111101011011111101100101101011000110111101001100110111011000011101011101000001000110101011110 | eba4afe5beb7ecb58de99bb0eba08d5e |
UHC | 뤯德쵍雰렍^ | 1000111111011101110100111110110010101100100011111101110111010100100011101010001101011110 | 8fddd3ecac8fddd48ea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)