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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ホ錮ォ昻 | 1100111011110001111100111110011111111100101010111111101011010000 | cef1f3e7fcabfad0 |
EUC-JP | ホ?錮ォ? | 1000111011001110001111111110111011111110100011101010101100111111 | 8ece3feefe8eab3f |
UTF-8 | ホ錮ォ昻 | 111011111011111010001110111011101000010110101110111010011000110010101110111011111011110110101011111001101001100010111011 | efbe8eee85aee98caeefbdabe698bb |
UHC | ??錮?昻 | 00111111001111111100110111010001001111111110010011101001 | 3f3fcdd13fe4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)