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 | Í°whÍ°w | 11001101101100000111011101101000110011011011000001110111 | cdb07768cdb077 |
SJIS-WIN | ?°wh?°w | 001111111000000110001011011101110110100000111111100000011000101101110111 | 3f818b77683f818b77 |
EUC-JP | Í°whÍ°w | 10001111101010101011111110100001111010110111011101101000100011111010101010111111101000011110101101110111 | 8faabfa1eb77688faabfa1eb77 |
UTF-8 | Í°whÍ°w | 1100001110001101110000101011000001110111011010001100001110001101110000101011000001110111 | c38dc2b07768c38dc2b077 |
UHC | ?°wh?°w | 001111111010000111000110011101110110100000111111101000011100011001110111 | 3fa1c677683fa1c677 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)