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 | 乙陌?? | 100010011011001111101000100110010011111100111111 | 89b3e8993f3f |
EUC-JP | 乙陌?? | 101100101011010111101111111110010011111100111111 | b2b5eff93f3f |
UTF-8 | 乙陌렒렖 | 111001001011100110011001111010011001100110001100111010111010000010010010111010111010000010010110 | e4b999e9998ceba092eba096 |
UHC | 乙陌렒렖 | 1110101111100000110110001110100010001110101001111000111010101011 | ebe0d8e88ea78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)