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 | ûB¾û | 11111011010000101011111011111011 | fb42befb |
SJIS-WIN | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
EUC-JP | ûB?û | 1000111110101011111001010100001000111111100011111010101111100101 | 8fabe5423f8fabe5 |
UTF-8 | ûB¾û | 11000011101110110100001011000010101111101100001110111011 | c3bb42c2bec3bb |
UHC | ?B¾? | 0011111101000010101010001111101000111111 | 3f42a8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)