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 | ?????┨ | 00111111001111110011111100111111001111111000010010110111 | 3f3f3f3f3f84b7 |
EUC-JP | ?????┨ | 00111111001111110011111100111111001111111010100010111001 | 3f3f3f3f3fa8b9 |
UTF-8 | 樂낅슣劉녜┨ | 111011111010011010111111111010111000001010000101111011001000101010100011111011111010011110000111111010111000010110011100111000101001010010101000 | efa6bfeb8285ec8aa3efa787eb859ce294a8 |
UHC | 樂낅슣劉녜┨ | 111010001111100110000101111010111001101010101111111010101110010110110011111010011010011010111001 | e8f985eb9aafeae5b3e9a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)