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 | 谷但村狸 | 1001001001001010100100100100000110010001101110101001001001001011 | 924a924191ba924b |
EUC-JP | 谷但村狸 | 1100001110101011110000111010001011000010101111001100001110101100 | c3abc3a2c2bcc3ac |
UTF-8 | 谷但村狸 | 111010001011000010110111111001001011110110000110111001101001110110010001111001111000101110111000 | e8b0b7e4bd86e69d91e78bb8 |
UHC | 谷但村狸 | 1100110111011011110100111010001111110101101111011101011111100001 | cddbd3a3f5bdd7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)