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 | 炭其}炭其{^ | 1001001001011001100100011011010001111101100100100101100110010001101101000111101101011110 | 925991b47d925991b47b5e |
EUC-JP | 炭其}炭其{^ | 1100001110111010110000101011011001111101110000111011101011000010101101100111101101011110 | c3bac2b67dc3bac2b67b5e |
UTF-8 | 炭其}炭其{^ | 111001111000001010101101111001011000010110110110011111011110011110000010101011011110010110000101101101100111101101011110 | e782ade585b67de782ade585b67b5e |
UHC | 炭其}炭其{^ | 1111011110101001110100001110110001111101111101111010100111010000111011000111101101011110 | f7a9d0ec7df7a9d0ec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)