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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤵펿집렰섦 | 111010111010010010110101111011011000111010111111111011001010011110010001111010111010000010110000111011001000010010100110 | eba4b5ed8ebfeca791eba0b0ec84a6 |
UHC | 뤵펿집렰섦 | 10001111111000111011110010001110110000011111110110001110101111011011110010110100 | 8fe3bc8ec1fd8ebdbcb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)