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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??互巾? | 00111111001111111000110011011101100010111101000000111111 | 3f3f8cdd8bd03f |
EUC-JP | ??互巾? | 00111111001111111011100011011111101101101101001000111111 | 3f3fb8dfb6d23f |
UTF-8 | 뽐뤓互巾쿍 | 111010111011110110010000111010111010010010010011111001001011101010010010111001011011011110111110111011001011111110001101 | ebbd90eba493e4ba92e5b7beecbf8d |
UHC | 뽐뤓互巾쿍 | 10111011110010111000111111000011111110111011101111001011111011101011001101000010 | bbcb8fc3fbbbcbeeb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)