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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爾磁治而 | 1000111010100010100011101010010110001110101000011000111010100111 | 8ea28ea58ea18ea7 |
EUC-JP | 爾磁治而 | 1011110010100100101111001010011110111100101000111011110010101001 | bca4bca7bca3bca9 |
UTF-8 | 爾磁治而 | 111001111000100010111110111001111010001110000001111001101011001010111011111010001000000010001100 | e788bee7a381e6b2bbe8808c |
UHC | 爾磁治而 | 1110110010110011111011011011100011110110101111011110110010111011 | ecb3edb8f6bdecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)