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ä梱B | 1111101101000010100111001110010011100110101000101011000101000010 | fb429ce4e6a2b142 |
SJIS-WIN | ?B???¢±B | 00111111010000100011111100111111001111111000000110010001100000010111110101000010 | 3f423f3f3f8191817d42 |
EUC-JP | ûB?ä梱B | 10001111101010111110010101000010001111111000111110101011101000111000111110101001110000011010000111110001101000011101111001000010 | 8fabe5423f8faba38fa9c1a1f1a1de42 |
UTF-8 | ûBä梱B | 1100001110111011010000101100001010011100110000111010010011000011101001101100001010100010110000101011000101000010 | c3bb42c29cc3a4c3a6c2a2c2b142 |
UHC | ?B??æ?±B | 00111111010000100011111100111111101010011010000100111111101000011011111001000010 | 3f423f3fa9a13fa1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)