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 | 蛹玲シ丞」 | 1110010110001100100101111110011010111100100011111110010110100011 | e58c97e6bc8fe5a3 |
EUC-JP | 蛹玲シ丞」 | 11101001111011001100111011101000100011101011110010111110111001111000111010100011 | e9eccee88ebcbee78ea3 |
UTF-8 | 蛹玲シ丞」 | 111010001001101110111001111001111000111010110010111011111011110110111100111001001011100010011110111011111011110110100011 | e89bb9e78eb2efbdbce4b89eefbda3 |
UHC | ?玲?丞? | 00111111110101101011110000111111111000111010101000111111 | 3fd6bc3fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)