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 | 邁渡}邁渡{^ | 1110011110110000100100110110111001111101111001111011000010010011011011100111101101011110 | e7b0936e7de7b0936e7b5e |
EUC-JP | 邁渡}邁渡{^ | 1110111010110010110001011100111101111101111011101011001011000101110011110111101101011110 | eeb2c5cf7deeb2c5cf7b5e |
UTF-8 | 邁渡}邁渡{^ | 111010011000001010000001111001101011100010100001011111011110100110000010100000011110011010111000101000010111101101011110 | e98281e6b8a17de98281e6b8a17b5e |
UHC | 邁渡}邁渡{^ | 1101100011100100110101001010010001111101110110001110010011010100101001000111101101011110 | d8e4d4a47dd8e4d4a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)