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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?壹輕?脹? | 001111111001101011100011111001110110101000111111100100101010111100111111 | 3f9ae3e76a3f92af3f |
EUC-JP | ?壹輕?脹? | 001111111101010011100101111011011100101100111111110001001011000100111111 | 3fd4e5edcb3fc4b13f |
UTF-8 | 뤌壹輕헴脹퓥 | 111010111010010010001100111001011010001110111001111010001011110010010101111011011001011110110100111010001000010010111001111011011001001110100101 | eba48ce5a3b9e8bc95ed97b4e884b9ed93a5 |
UHC | 뤌壹輕헴脹퓥 | 100011111011110011101100111011001100110011101110110001111111000011110011111011001011111110001110 | 8fbcececcceec7f0f3ecbf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)