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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 炅而h炅而 | 111110110101000110001110101001110110100011111011010100011000111010100111 | fb518ea768fb518ea7 |
EUC-JP | 炅而h炅而 | 1000111111001001110010101011110010101001011010001000111111001001110010101011110010101001 | 8fc9cabca9688fc9cabca9 |
UTF-8 | 炅而h炅而 | 11100111100000101000010111101000100000001000110001101000111001111000001010000101111010001000000010001100 | e78285e8808c68e78285e8808c |
UHC | 炅而h炅而 | 110011001101110111101100101110110110100011001100110111011110110010111011 | ccddecbb68ccddecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)