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 | 讒ィ逧玖梢 | 111001101010011110101000111001111001101010001011111010001000111110111101 | e6a7a8e79a8be88fbd |
EUC-JP | 讒ィ逧玖梢 | 11101100101010011000111010101000111011011111101010110110111010101011111010111111 | eca98ea8edfab6eabebf |
UTF-8 | 讒ィ逧玖梢 | 111010001010111010010010111011111011110110101000111010011000000010100111111001111000111010010110111001101010001010100010 | e8ae92efbda8e980a7e78e96e6a2a2 |
UHC | 讒??玖梢 | 1111001111011000001111110011111111001111101110001111010011111110 | f3d83f3fcfb8f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)