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 | Í°yÍ°yB | 11001101101100000111100111001101101100000111100101000010 | cdb079cdb07942 |
SJIS-WIN | ?°y?°yB | 001111111000000110001011011110010011111110000001100010110111100101000010 | 3f818b793f818b7942 |
EUC-JP | Í°yÍ°yB | 10001111101010101011111110100001111010110111100110001111101010101011111110100001111010110111100101000010 | 8faabfa1eb798faabfa1eb7942 |
UTF-8 | Í°yÍ°yB | 1100001110001101110000101011000001111001110000111000110111000010101100000111100101000010 | c38dc2b079c38dc2b07942 |
UHC | ?°y?°yB | 001111111010000111000110011110010011111110100001110001100111100101000010 | 3fa1c6793fa1c67942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)