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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 跪餓「瀧遲B | 11100110111011001000100111101100101000101001000111101011111001111010110101000010 | e6ec89eca291ebe7ad42 |
EUC-JP | 跪餓「瀧遲B | 1110110011101110101100101110111010001110101000101100001011101101111011101010111101000010 | eceeb2ee8ea2c2edeeaf42 |
UTF-8 | 跪餓「瀧遲B | 11101000101101111010101011101001101001001001001111101111101111011010001011100111100000001010011111101001100000011011001001000010 | e8b7aae9a493efbda2e780a7e981b242 |
UHC | ?餓?瀧遲B | 001111111110010010111011001111111101011011101001111100101100000001000010 | 3fe4bb3fd6e9f2c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)