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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??憑 | 00111111001111111001110011011111 | 3f3f9cdf |
EUC-JP | ??憑 | 00111111001111111101100011100001 | 3f3fd8e1 |
UTF-8 | 룶에憑 | 111010111010001110110110111011001001011110010000111001101000011010010001 | eba3b6ec9790e68691 |
UHC | 룶에憑 | 100011111010101110111111101000011101111010111011 | 8fabbfa1debb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)