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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 箏ヘロヘー~ | 11100010101101011100110111011011110011011011000001111110 | e2b5cddbcdb07e |
EUC-JP | 箏ヘロヘー~ | 1110010010110111100011101100110110001110110110111000111011001101100011101011000001111110 | e4b78ecd8edb8ecd8eb07e |
UTF-8 | 箏ヘロヘー~ | 11100111101011101000111111101111101111101000110111101111101111101001101111101111101111101000110111101111101111011011000001111110 | e7ae8fefbe8defbe9befbe8defbdb07e |
UHC | 箏????~ | 11101110101101000011111100111111001111110011111101111110 | eeb43f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)