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 | ?牙}?牙{^ | 001111111000100111100101011111010011111110001001111001010111101101011110 | 3f89e57d3f89e57b5e |
EUC-JP | 璿牙}璿牙{^ | 10001111110011001110100110110010111001110111110110001111110011001110100110110010111001110111101101011110 | 8fcce9b2e77d8fcce9b2e77b5e |
UTF-8 | 璿牙}璿牙{^ | 111001111001001010111111111001111000100110011001011111011110011110010010101111111110011110001001100110010111101101011110 | e792bfe789997de792bfe789997b5e |
UHC | 璿牙}璿牙{^ | 1110000011000111111001001011001101111101111000001100011111100100101100110111101101011110 | e0c7e4b37de0c7e4b37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)