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 | ðý±£ | 11110000111111011011000110100011 | f0fdb1a3 |
SJIS-WIN | ??±£ | 001111110011111110000001011111011000000110010010 | 3f3f817d8192 |
EUC-JP | ðý±£ | 10001111101010011100001110001111101010111111001010100001110111101010000111110010 | 8fa9c38fabf2a1dea1f2 |
UTF-8 | ðý±£ | 1100001110110000110000111011110111000010101100011100001010100011 | c3b0c3bdc2b1c2a3 |
UHC | ð?±? | 101010011010001100111111101000011011111000111111 | a9a33fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)