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 | ?讐}?讐{^ | 001111111000111101010001011111010011111110001111010100010111101101011110 | 3f8f517d3f8f517b5e |
EUC-JP | 瀷讐}瀷讐{^ | 10001111110010011011010010111101101100100111110110001111110010011011010010111101101100100111101101011110 | 8fc9b4bdb27d8fc9b4bdb27b5e |
UTF-8 | 瀷讐}瀷讐{^ | 111001111000000010110111111010001010111010010000011111011110011110000000101101111110100010101110100100000111101101011110 | e780b7e8ae907de780b7e8ae907b5e |
UHC | 瀷讐}瀷讐{^ | 1110110011001011111000101100001001111101111011001100101111100010110000100111101101011110 | eccbe2c27deccbe2c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)