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 | 弡千」〔 | 11111010101101111001000011100111101000111000000101101011 | fab790e7a3816b |
EUC-JP | 弡千」〔 | 100011111011110011100100110000001110100110001110101000111010000111001100 | 8fbce4c0e98ea3a1cc |
UTF-8 | 弡千」〔 | 111001011011110010100001111001011000110110000011111011111011110110100011111000111000000010010100 | e5bca1e58d83efbda3e38094 |
UHC | ?千?〔 | 001111111111010010110110001111111010000110110010 | 3ff4b63fa1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)