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 | 髣碁摩蜍」陷 | 1110100110010111100011001110100110010110100000001110010110001011101000111110100010011100 | e9978ce99680e58ba3e89c |
EUC-JP | 髣碁摩蜍」陷 | 111100011111011110111000111010111100101111100000111010011110101110001110101000111110111111111100 | f1f7b8ebcbe0e9eb8ea3effc |
UTF-8 | 髣碁摩蜍」陷 | 111010011010101110100011111001111010001010000001111001101001000110101001111010001001110010001101111011111011110110100011111010011001100110110111 | e9aba3e7a281e691a9e89c8defbda3e999b7 |
UHC | ?碁摩??陷 | 001111111101000110110011110110001010010000111111001111111111100111101000 | 3fd1b3d8a43f3ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)