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çæ¹¸ | 11111011010000101001110011100111111001101011100110111000 | fb429ce7e6b9b8 |
SJIS-WIN | ?B????? | 00111111010000100011111100111111001111110011111100111111 | 3f423f3f3f3f3f |
EUC-JP | ûB?çæ?¸ | 100011111010101111100101010000100011111110001111101010111010111010001111101010011100000100111111100011111010001010110001 | 8fabe5423f8fabae8fa9c13f8fa2b1 |
UTF-8 | ûBçæ¹¸ | 11000011101110110100001011000010100111001100001110100111110000111010011011000010101110011100001010111000 | c3bb42c29cc3a7c3a6c2b9c2b8 |
UHC | ?B??湸 | 00111111010000100011111100111111101010011010000110101001111101101010001010101100 | 3f423f3fa9a1a9f6a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)