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 | 很鐡}很鐡{^ | 1001110001101011111010000110010001111101100111000110101111101000011001000111101101011110 | 9c6be8647d9c6be8647b5e |
EUC-JP | 很鐡}很鐡{^ | 1101011111001100111011111100010101111101110101111100110011101111110001010111101101011110 | d7ccefc57dd7ccefc57b5e |
UTF-8 | 很鐡}很鐡{^ | 111001011011111010001000111010011001000010100001011111011110010110111110100010001110100110010000101000010111101101011110 | e5be88e990a17de5be88e990a17b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)