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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐庭讌キ | 11111010101101101001001011101011111001101010010110110111 | fab692ebe6a5b7 |
EUC-JP | 巐庭讌キ | 100011111011101111111001110001001110110111101100101001111000111010110111 | 8fbbf9c4edeca78eb7 |
UTF-8 | 巐庭讌キ | 111001011011011110010000111001011011101010101101111010001010111010001100111011111011110110110111 | e5b790e5baade8ae8cefbdb7 |
UHC | ?庭?? | 0011111111101111110101000011111100111111 | 3fefd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)