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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 袖炭E袖炭EB | 1001000110110011100100100101100101000101100100011011001110010010010110010100010101000010 | 91b392594591b392594542 |
EUC-JP | 袖炭E袖炭EB | 1100001010110101110000111011101001000101110000101011010111000011101110100100010101000010 | c2b5c3ba45c2b5c3ba4542 |
UTF-8 | 袖炭E袖炭EB | 111010001010001010010110111001111000001010101101010001011110100010100010100101101110011110000010101011010100010101000010 | e8a296e782ad45e8a296e782ad4542 |
UHC | 袖炭E袖炭EB | 1110001011000000111101111010100101000101111000101100000011110111101010010100010101000010 | e2c0f7a945e2c0f7a94542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)