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? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 銑腺繕A贖 | 100100010100110010010001010000101001000101010101010000011110011011011100 | 914c9142915541e6dc |
EUC-JP | 銑腺繕A贖 | 110000011010110111000001101000111100000110110110010000011110110011011110 | c1adc1a3c1b641ecde |
UTF-8 | 銑腺繕A贖 | 11101001100010101001000111101000100001011011101011100111101110011001010101000001111010001011010010010110 | e98a91e885bae7b99541e8b496 |
UHC | 銑腺繕A贖 | 111000001101010111100000110011011110000011001011010000011110000111011011 | e0d5e0cde0cb41e1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)