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 | ツ古淞δ | 11000010100011001100001110011111110000101000001111000010 | c28cc39fc283c2 |
EUC-JP | ツ古淞δ | 1000111011000010101110001100010111011110110001001010011011000100 | 8ec2b8c5dec4a6c4 |
UTF-8 | ツ古淞δ | 1110111110111110100000101110010110001111101001001110011010110111100111101100111010110100 | efbe82e58fa4e6b79eceb4 |
UHC | ?古淞δ | 00111111110011011010111111100001111001111010010111100100 | 3fcdafe1e7a5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)