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 | ?貶鮗 | 0011111111100110110010001110100110111010 | 3fe6c8e9ba |
EUC-JP | 鈾貶鮗 | 10001111111000111101011111101100110010101111001010111100 | 8fe3d7eccaf2bc |
UTF-8 | 鈾貶鮗 | 111010011000100010111110111010001011001010110110111010011010111010010111 | e988bee8b2b6e9ae97 |
UHC | ?貶? | 00111111111110001011111100111111 | 3ff8bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)