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 | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-WIN | 棚G辿坦 | 10010010010010010100011110010010010010001001001001010010 | 92494792489252 |
EUC-JP | 棚G辿坦 | 11000011101010100100011111000011101010011100001110110011 | c3aa47c3a9c3b3 |
UTF-8 | 棚G辿坦 | 11100110101000111001101001000111111010001011111010111111111001011001110110100110 | e6a39a47e8bebfe59da6 |
UHC | 棚G?坦 | 110111011101110001000111001111111111011110100100 | dddc473ff7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)