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 | ?澣漿? | 001111111110000001010100100111111111011100111111 | 3fe0549ff73f |
EUC-JP | ?澣漿? | 001111111101111110110101110111101111100100111111 | 3fdfb5def93f |
UTF-8 | 뤋澣漿컣 | 111010111010010010001011111001101011111010100011111001101011110010111111111011001011101110100011 | eba48be6bea3e6bcbfecbba3 |
UHC | 뤋澣漿컣 | 1000111110111011111110011101010011101101111011001011000010001110 | 8fbbf9d4edecb08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)