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 | ?何漿? | 001111111000100110111101100111111111011100111111 | 3f89bd9ff73f |
EUC-JP | ?何漿? | 001111111011001010111111110111101111100100111111 | 3fb2bfdef93f |
UTF-8 | 뤋何漿컣 | 111010111010010010001011111001001011110110010101111001101011110010111111111011001011101110100011 | eba48be4bd95e6bcbfecbba3 |
UHC | 뤋何漿컣 | 1000111110111011111110011011110011101101111011001011000010001110 | 8fbbf9bcedecb08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)