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 | ?潟}?潟{^ | 001111111000101010000011011111010011111110001010100000110111101101011110 | 3f8a837d3f8a837b5e |
EUC-JP | 璿潟}璿潟{^ | 10001111110011001110100110110011111000110111110110001111110011001110100110110011111000110111101101011110 | 8fcce9b3e37d8fcce9b3e37b5e |
UTF-8 | 璿潟}璿潟{^ | 111001111001001010111111111001101011110110011111011111011110011110010010101111111110011010111101100111110111101101011110 | e792bfe6bd9f7de792bfe6bd9f7b5e |
UHC | 璿潟}璿潟{^ | 1110000011000111111000001011001101111101111000001100011111100000101100110111101101011110 | e0c7e0b37de0c7e0b37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)