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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 勺鹿瓏 | 100011101101100110001110101011011110000011111010 | 8ed98eade0fa |
EUC-JP | 勺鹿瓏 | 101111001101101110111100101011111110000011111100 | bcdbbcafe0fc |
UTF-8 | 勺鹿瓏 | 111001011000101110111010111010011011100110111111111001111001001110001111 | e58bbae9b9bfe7938f |
UHC | 勺鹿瓏 | 111011011100001111010110111000111101011011101010 | edc3d6e3d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)