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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??ł??? | 0011111100111111100011111010100111001000001111110011111100111111 | 3f3f8fa9c83f3f3f |
UTF-8 | 娛뤿ł利녔븭 | 1110010110101000100110111110101110100100101111111100010110000010111011111010011110011101111010111000010110010100111010111011100010101101 | e5a89beba4bfc582efa79deb8594ebb8ad |
UHC | 娛뤿ł利녔븭 | 111001111111010010001111111010111010100110101001111011001010011010110011111001101001010110010110 | e7f48feba9a9eca6b3e69596 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)