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 | 逆??而 | 100010110111010000111111001111111000111010100111 | 8b743f3f8ea7 |
EUC-JP | 逆??而 | 101101011101010100111111001111111011110010101001 | b5d53f3fbca9 |
UTF-8 | 逆렭렳而 | 111010011000000010000110111010111010000010101101111010111010000010110011111010001000000010001100 | e98086eba0adeba0b3e8808c |
UHC | 逆렭렳而 | 1110011010111101100011101011101010001110110000001110110010111011 | e6bd8eba8ec0ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)