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 | 痔鳧悉鉀 | 11110001111000111000111010100100111010011110100010001110101110111111101111000101 | f1e38ea4e9e88ebbfbc5 |
EUC-JP | ?痔鳧悉鉀 | 00111111101111001010011011110010111010101011110010111101100011111110001111011000 | 3fbca6f2eabcbd8fe3d8 |
UTF-8 | 痔鳧悉鉀 | 111011101000010110011110111001111001011110010100111010011011001110100111111001101000001010001001111010011000100110000000 | ee859ee79794e9b3a7e68289e98980 |
UHC | ?痔鳧悉鉀 | 001111111111011011000000110111011100000011100011111110101100101110100101 | 3ff6c0ddc0e3facba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)