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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 銑腺繕A贖? | 10010001010011001001000101000010100100010101010101000001111001101101110000111111 | 914c9142915541e6dc3f |
EUC-JP | 銑腺繕A贖? | 11000001101011011100000110100011110000011011011001000001111011001101111000111111 | c1adc1a3c1b641ecde3f |
UTF-8 | 銑腺繕A贖卨 | 11101001100010101001000111101000100001011011101011100111101110011001010101000001111010001011010010010110111001011000110110101000 | e98a91e885bae7b99541e8b496e58da8 |
UHC | 銑腺繕A贖卨 | 1110000011010101111000001100110111100000110010110100000111100001110110111110000011011001 | e0d5e0cde0cb41e1dbe0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)