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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?德?雰? | 00111111111110101011101000111111100101011011010100111111 | 3ffaba3f95b53f |
EUC-JP | ???雰? | 001111110011111100111111110010101011011100111111 | 3f3f3fcab73f |
UTF-8 | 뤯德쵍雰렡 | 111010111010010010101111111001011011111010110111111011001011010110001101111010011001101110110000111010111010000010100001 | eba4afe5beb7ecb58de99bb0eba0a1 |
UHC | 뤯德쵍雰렡 | 10001111110111011101001111101100101011001000111111011101110101001000111010110010 | 8fddd3ecac8fddd48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)