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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臾щЛ維 | 1110010001101011100001001000101110000100010011001000100011011011 | e46b848b844c88db |
EUC-JP | 臾щЛ維 | 1110011111001100101001111110101110100111101011011011000011011101 | e7cca7eba7adb0dd |
UTF-8 | 臾щЛ維 | 11101000100001111011111011010001100010011101000010011011111001111011011010101101 | e887bed189d09be7b6ad |
UHC | 臾щЛ維 | 1110101110101100101011001110101110101100101011011110101110101011 | ebacacebacadebab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)