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 | ×íW}×íW{^ | 110101111110110101010111011111011101011111101101010101110111101101011110 | d7ed577dd7ed577b5e |
SJIS-WIN | ×?W}×?W{^ | 1000000101111110001111110101011101111101100000010111111000111111010101110111101101011110 | 817e3f577d817e3f577b5e |
EUC-JP | ×íW}×íW{^ | 101000011101111110001111101010111011111101010111011111011010000111011111100011111010101110111111010101110111101101011110 | a1df8fabbf577da1df8fabbf577b5e |
UTF-8 | ×íW}×íW{^ | 11000011100101111100001110101101010101110111110111000011100101111100001110101101010101110111101101011110 | c397c3ad577dc397c3ad577b5e |
UHC | ×?W}×?W{^ | 1010000110111111001111110101011101111101101000011011111100111111010101110111101101011110 | a1bf3f577da1bf3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)