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 | ??浣亨 | 001111110011111110011111101011111000101110011100 | 3f3f9faf8b9c |
EUC-JP | ??浣亨 | 001111110011111111011110101100011011010111111100 | 3f3fdeb1b5fc |
UTF-8 | 뤗緣浣亨 | 111010111010010010010111111001111011011110100011111001101011010110100011111001001011101010101000 | eba497e7b7a3e6b5a3e4baa8 |
UHC | 뤗緣浣亨 | 1000111111000111111001101101111011101000110010111111101011111011 | 8fc7e6dee8cbfafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)