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但狸 | 100100100100000110010010010010110110100010010010010000011001001001001011 | 9241924b689241924b |
EUC-JP | 但狸h但狸 | 110000111010001011000011101011000110100011000011101000101100001110101100 | c3a2c3ac68c3a2c3ac |
UTF-8 | 但狸h但狸 | 11100100101111011000011011100111100010111011100001101000111001001011110110000110111001111000101110111000 | e4bd86e78bb868e4bd86e78bb8 |
UHC | 但狸h但狸 | 110100111010001111010111111000010110100011010011101000111101011111100001 | d3a3d7e168d3a3d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)