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 | ð±¡Í | 11110000101100011010000111001101 | f0b1a1cd |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ð±¡Í | 1000111110101001110000111010000111011110100011111010001011000010100011111010101010111111 | 8fa9c3a1de8fa2c28faabf |
UTF-8 | ð±¡Í | 1100001110110000110000101011000111000010101000011100001110001101 | c3b0c2b1c2a1c38d |
UHC | � | 10101001101000111010000110111110101000101010111000111111 | a9a3a1bea2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)