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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?德∵尹 | 00111111111110101011101010000001111001101001101110011010 | 3ffaba81e69b9a |
EUC-JP | ??∵尹 | 001111110011111110100010111010001101010111111010 | 3f3fa2e8d5fa |
UTF-8 | 뤯德∵尹 | 111010111010010010101111111001011011111010110111111000101000100010110101111001011011000010111001 | eba4afe5beb7e288b5e5b0b9 |
UHC | 뤯德∵尹 | 1000111111011101110100111110110010100001111100011110101111000101 | 8fddd3eca1f1ebc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)