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 | ÃüºïêÑTB | 1100001111111100101110101110111111101010110100010101010001000010 | c3fcbaefead15442 |
SJIS-WIN | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
EUC-JP | ÃüºïêÑTB | 1000111110101010101010101000111110101011111001001000111110100010111010111000111110101011110000011000111110101011101101001000111110101010110100000101010001000010 | 8faaaa8fabe48fa2eb8fabc18fabb48faad05442 |
UTF-8 | ÃüºïêÑTB | 1100001110000011110000111011110011000010101110101100001110101111110000111010101011000011100100010101010001000010 | c383c3bcc2bac3afc3aac3915442 |
UHC | ??º???TB | 001111110011111110101000101011000011111100111111001111110101010001000010 | 3f3fa8ac3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)