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 | ?壹輕?脹 | 0011111110011010111000111110011101101010001111111001001010101111 | 3f9ae3e76a3f92af |
EUC-JP | ?壹輕?脹 | 0011111111010100111001011110110111001011001111111100010010110001 | 3fd4e5edcb3fc4b1 |
UTF-8 | 뤌壹輕헴脹 | 111010111010010010001100111001011010001110111001111010001011110010010101111011011001011110110100111010001000010010111001 | eba48ce5a3b9e8bc95ed97b4e884b9 |
UHC | 뤌壹輕헴脹 | 10001111101111001110110011101100110011001110111011000111111100001111001111101100 | 8fbcececcceec7f0f3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)