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 | 蟶ウ竏夛 | 11100101101110001011001111100010100010001001101011101010 | e5b8b3e2889aea |
EUC-JP | 蟶ウ竏夛 | 1110101010111010100011101011001111100011111010001101010011101100 | eaba8eb3e3e8d4ec |
UTF-8 | 蟶ウ竏夛 | 111010001001111110110110111011111011110110110011111001111010101110001111111001011010010010011011 | e89fb6efbdb3e7ab8fe5a49b |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)