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 | 錮フ | 1111100111001100111001111111110011001100 | f9cce7fccc |
EUC-JP | ?錮フ | 0011111111101110111111101000111011001100 | 3feefe8ecc |
UTF-8 | 錮フ | 111011101001110010100111111010011000110010101110111011111011111010001100 | ee9ca7e98caeefbe8c |
UHC | ?錮? | 00111111110011011101000100111111 | 3fcdd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)