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 | 羇玖鎧褂 | 1110001110110010100010111110100010001010010110101110010111100110 | e3b28be88a5ae5e6 |
EUC-JP | 羇玖鎧褂 | 1110011010110100101101101110101010110011101110111110101011101000 | e6b4b6eab3bbeae8 |
UTF-8 | 羇玖鎧褂 | 111001111011111010000111111001111000111010010110111010011000111010100111111010001010010010000010 | e7be87e78e96e98ea7e8a482 |
UHC | ?玖鎧? | 001111111100111110111000110010111101000100111111 | 3fcfb8cbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)