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 | 萓対ソ笏録 | 111001001011111010010001110011101011111111100010100101001001100001011110 | e4be91cebfe294985e |
EUC-JP | 萓対ソ笏録 | 11101000110000001100001011010000100011101011111111100011111101001100111110111111 | e8c0c2d08ebfe3f4cfbf |
UTF-8 | 萓対ソ笏録 | 111010001001000010010011111001011010111110111110111011111011110110111111111001111010110010001111111010011000110010110010 | e89093e5afbeefbdbfe7ac8fe98cb2 |
UHC | ???笏? | 001111110011111100111111111110111110111000111111 | 3f3f3ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)