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 | 谷丹袖狸 | 1001001001001010100100100100111110010001101100111001001001001011 | 924a924f91b3924b |
EUC-JP | 谷丹袖狸 | 1100001110101011110000111011000011000010101101011100001110101100 | c3abc3b0c2b5c3ac |
UTF-8 | 谷丹袖狸 | 111010001011000010110111111001001011100010111001111010001010001010010110111001111000101110111000 | e8b0b7e4b8b9e8a296e78bb8 |
UHC | 谷丹袖狸 | 1100110111011011110100111010000111100010110000001101011111100001 | cddbd3a1e2c0d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)