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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜑ェ邏怜ョカ | 111001011000100110101010111001111011010010010111111001011010111010110110 | e589aae7b497e5aeb6 |
EUC-JP | 蜑ェ邏怜ョカ | 111010011110100110001110101010101110111010110110110011101110011110001110101011101000111010110110 | e9e98eaaeeb6cee78eae8eb6 |
UTF-8 | 蜑ェ邏怜ョカ | 111010001001110010010001111011111011110110101010111010011000001010001111111001101000000010011100111011111011110110101110111011111011110110110110 | e89c91efbdaae9828fe6809cefbdaeefbdb6 |
UHC | ??邏怜?? | 0011111100111111110101011010010011010110101110110011111100111111 | 3f3fd5a4d6bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)