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 | 癸ケサ」 | 1110000110100001101110011011101110100011 | e1a1b9bba3 |
EUC-JP | 癸ケサ」 | 1110001010100011100011101011100110001110101110111000111010100011 | e2a38eb98ebb8ea3 |
UTF-8 | 癸ケサ」 | 111001111001100110111000111011111011110110111001111011111011110110111011111011111011110110100011 | e799b8efbdb9efbdbbefbda3 |
UHC | 癸??? | 1100110110100100001111110011111100111111 | cda43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)