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 | 遶」驍ッ鈕 | 1110011110101011101000111110100110000010101011111110011111100100 | e7aba3e982afe7e4 |
EUC-JP | 遶」驍ッ鈕 | 11101110101011011000111010100011111100011110001010001110101011111110111011100110 | eead8ea3f1e28eafeee6 |
UTF-8 | 遶」驍ッ鈕 | 111010011000000110110110111011111011110110100011111010011010100110001101111011111011110110101111111010011000100010010101 | e981b6efbda3e9a98defbdafe98895 |
UHC | ??驍?? | 001111110011111111111101101001000011111100111111 | 3f3ffda43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)