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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | タ蹕}タ蹕{^ | 110000001110011101001010011111011100000011100111010010100111101101011110 | c0e74a7dc0e74a7b5e |
EUC-JP | タ蹕}タ蹕{^ | 1000111011000000111011011010101101111101100011101100000011101101101010110111101101011110 | 8ec0edab7d8ec0edab7b5e |
UTF-8 | タ蹕}タ蹕{^ | 111011111011111010000000111010001011100110010101011111011110111110111110100000001110100010111001100101010111101101011110 | efbe80e8b9957defbe80e8b9957b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)