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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ??削〓] | 00111111001111111000110111101101100000011010110001011101 | 3f3f8ded81ac5d |
EUC-JP | ??削〓] | 00111111001111111011101011101111101000101010111001011101 | 3f3fbaefa2ae5d |
UTF-8 | 룶에削〓] | 11101011101000111011011011101100100101111001000011100101100010011000101011100011100000001001001101011101 | eba3b6ec9790e5898ae380935d |
UHC | 룶에削〓] | 100011111010101110111111101000011101111011111011101000011110101101011101 | 8fabbfa1defba1eb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)