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 | 11101001101010101010110111100110100110011001111011100110100010111011001101000010 | e9aaade6999ee68bb342 |
EUC-JP | 鬪ュ譎樊教B | 1111001010101100100011101010110111101011111110011101110011101000101101101011010101000010 | f2ac8eadebf9dce8b6b542 |
UTF-8 | 鬪ュ譎樊教B | 11101001101011001010101011101111101111011010110111101000101011011000111011100110101010001000101011100110100101011001100101000010 | e9acaaefbdade8ad8ee6a88ae6959942 |
UHC | 鬪?譎樊?B | 111101111110001100111111111111011101001011011011111000000011111101000010 | f7e33ffdd2dbe03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)