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 | Ͱ~Ͱ~^ | 11001101101100000111111011001101101100000111111001011110 | cdb07ecdb07e5e |
SJIS-WIN | ?°~?°~^ | 001111111000000110001011011111100011111110000001100010110111111001011110 | 3f818b7e3f818b7e5e |
EUC-JP | Ͱ~Ͱ~^ | 10001111101010101011111110100001111010110111111010001111101010101011111110100001111010110111111001011110 | 8faabfa1eb7e8faabfa1eb7e5e |
UTF-8 | Ͱ~Ͱ~^ | 1100001110001101110000101011000001111110110000111000110111000010101100000111111001011110 | c38dc2b07ec38dc2b07e5e |
UHC | ?°~?°~^ | 001111111010000111000110011111100011111110100001110001100111111001011110 | 3fa1c67e3fa1c67e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)