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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?芿薏 | 00111111100011111101011111001101100011111101100111011110 | 3f8fd7cd8fd9de |
UTF-8 | 뤗芿薏 | 111010111010010010010111111010001000101010111111111010001001011010001111 | eba497e88abfe8968f |
UHC | 뤗芿薏 | 100011111100011111101101101001111110101111111011 | 8fc7eda7ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)