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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蓍ェ邏怜ョ | 1110010011100111101010101110011110110100100101111110010110101110 | e4e7aae7b497e5ae |
EUC-JP | 蓍ェ邏怜ョ | 11101000111010011000111010101010111011101011011011001110111001111000111010101110 | e8e98eaaeeb6cee78eae |
UTF-8 | 蓍ェ邏怜ョ | 111010001001001110001101111011111011110110101010111010011000001010001111111001101000000010011100111011111011110110101110 | e8938defbdaae9828fe6809cefbdae |
UHC | 蓍?邏怜? | 1110001111001001001111111101010110100100110101101011101100111111 | e3c93fd5a4d6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)