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 | ½è³² | 100011101011110111101000101100111000111010110010 | 8ebde8b38eb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??è??? | 0011111100111111100011111010101110110010001111110011111100111111 | 3f3f8fabb23f3f3f |
UTF-8 | ½è³² | 110000101000111011000010101111011100001110101000110000101011001111000010100011101100001010110010 | c28ec2bdc3a8c2b3c28ec2b2 |
UHC | ?½?³?² | 001111111010100011110110001111111010100111111000001111111010100111110111 | 3fa8f63fa9f83fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)