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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錮」顳 | 11110011111110111110011111111100101000111110100101000010 | f3fbe7fca3e942 |
EUC-JP | ?錮」顳 | 00111111111011101111111010001110101000111111000110100011 | 3feefe8ea3f1a3 |
UTF-8 | 錮」顳 | 111011101000101110101110111010011000110010101110111011111011110110100011111010011010000110110011 | ee8baee98caeefbda3e9a1b3 |
UHC | ?錮?? | 0011111111001101110100010011111100111111 | 3fcdd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)