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 | ?先}?先{^ | 001111111001000011100110011111010011111110010000111001100111101101011110 | 3f90e67d3f90e67b5e |
EUC-JP | 璹先}璹先{^ | 10001111110011001110011111000000111010000111110110001111110011001110011111000000111010000111101101011110 | 8fcce7c0e87d8fcce7c0e87b5e |
UTF-8 | 璹先}璹先{^ | 111001111001001010111001111001011000010110001000011111011110011110010010101110011110010110000101100010000111101101011110 | e792b9e585887de792b9e585887b5e |
UHC | 璹先}璹先{^ | 1110001011011011111000001011101101111101111000101101101111100000101110110111101101011110 | e2dbe0bb7de2dbe0bb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)