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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 莪??鵝??^ | 111001001010111000111111001111111110101001000000001111110011111101011110 | e4ae3f3fea403f3f5e |
EUC-JP | 莪??鵝??^ | 111010001011000000111111001111111111001110100001001111110011111101011110 | e8b03f3ff3a13f3f5e |
UTF-8 | 莪굩뢌鵝뜌뢌^ | 11101000100011101010101011101010101101011010100111101011101000101000110011101001101101011001110111101011100111001000110011101011101000101000110001011110 | e88eaaeab5a9eba28ce9b59deb9c8ceba28c5e |
UHC | 莪굩뢌鵝뜌뢌^ | 11100100101101011000001010001111100011110100100011100100101111011000110110001111100011110100100001011110 | e4b5828f8f48e4bd8d8f8f485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)