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 | Í°~~ | 11001101101100000111111001111110 | cdb07e7e |
SJIS-WIN | ?°~~ | 0011111110000001100010110111111001111110 | 3f818b7e7e |
EUC-JP | Í°~~ | 10001111101010101011111110100001111010110111111001111110 | 8faabfa1eb7e7e |
UTF-8 | Í°~~ | 110000111000110111000010101100000111111001111110 | c38dc2b07e7e |
UHC | ?°~~ | 0011111110100001110001100111111001111110 | 3fa1c67e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)