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 | 錮羯 | 111110001110011111100111111111001110001110111001 | f8e7e7fce3b9 |
EUC-JP | ?錮羯 | 0011111111101110111111101110011010111011 | 3feefee6bb |
UTF-8 | 錮羯 | 111011101001101010000110111010011000110010101110111001111011111010101111 | ee9a86e98caee7beaf |
UHC | ?錮? | 00111111110011011101000100111111 | 3fcdd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)