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 | 袖炭村棚 | 1001000110110011100100100101100110010001101110101001001001001001 | 91b3925991ba9249 |
EUC-JP | 袖炭村棚 | 1100001010110101110000111011101011000010101111001100001110101010 | c2b5c3bac2bcc3aa |
UTF-8 | 袖炭村棚 | 111010001010001010010110111001111000001010101101111001101001110110010001111001101010001110011010 | e8a296e782ade69d91e6a39a |
UHC | 袖炭村棚 | 1110001011000000111101111010100111110101101111011101110111011100 | e2c0f7a9f5bddddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)