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 | 賞囚疎賞 | 1000111111011100100011101111101010010001011000011000111111011100 | 8fdc8efa91618fdc |
EUC-JP | 賞囚疎賞 | 1011111011011110101111001111110011000001110000101011111011011110 | bedebcfcc1c2bede |
UTF-8 | 賞囚疎賞 | 111010001011001110011110111001011001101110011010111001111001011010001110111010001011001110011110 | e8b39ee59b9ae7968ee8b39e |
UHC | 賞囚疎賞 | 1101111111011011111000011111011011100001110000111101111111011011 | dfdbe1f6e1c3dfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)