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 | ??輕?脹 | 00111111001111111110011101101010001111111001001010101111 | 3f3fe76a3f92af |
EUC-JP | ??輕?脹 | 00111111001111111110110111001011001111111100010010110001 | 3f3fedcb3fc4b1 |
UTF-8 | 뤛퐥輕헴脹 | 111010111010010010011011111011011001000010100101111010001011110010010101111011011001011110110100111010001000010010111001 | eba49bed90a5e8bc95ed97b4e884b9 |
UHC | 뤛퐥輕헴脹 | 10001111110010101011110110001110110011001110111011000111111100001111001111101100 | 8fcabd8ecceec7f0f3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)