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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??洸??洸^ | 001111110011111110011111101010010011111100111111100111111010100101011110 | 3f3f9fa93f3f9fa95e |
EUC-JP | ??洸??洸^ | 001111110011111111011110101010110011111100111111110111101010101101011110 | 3f3fdeab3f3fdeab5e |
UTF-8 | 쟌찮洸쟌찮洸^ | 11101100100111111000110011101100101100001010111011100110101101001011100011101100100111111000110011101100101100001010111011100110101101001011100001011110 | ec9f8cecb0aee6b4b8ec9f8cecb0aee6b4b85e |
UHC | 쟌찮洸쟌찮洸^ | 11000000111100101100001011111010110011101100100011000000111100101100001011111010110011101100100001011110 | c0f2c2facec8c0f2c2facec85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)