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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鐔o就辜 | 1110100001011100100000101000111110001111010000011110011110000011 | e85c828f8f41e783 |
EUC-JP | 鐔o就辜 | 1110111110111101101000111110111110111101101000101110110111100011 | efbda3efbda2ede3 |
UTF-8 | 鐔o就辜 | 111010011001000010010100111011111011110110001111111001011011000010110001111010001011111010011100 | e99094efbd8fe5b0b1e8be9c |
UHC | ?o就辜 | 00111111101000111110111111110110101001101100110111010000 | 3fa3eff6a6cdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)