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 | ?b?b?b?bB | 001111110110001000111111011000100011111101100010001111110110001001000010 | 3f623f623f623f6242 |
SJIS-WIN | ?b?b?b?bB | 001111110110001000111111011000100011111101100010001111110110001001000010 | 3f623f623f623f6242 |
EUC-JP | ?b?b?b?bB | 001111110110001000111111011000100011111101100010001111110110001001000010 | 3f623f623f623f6242 |
UTF-8 | 묨b묨b묨b묨bB | 1110101110101100101010000110001011101011101011001010100001100010111010111010110010101000011000101110101110101100101010000110001001000010 | ebaca862ebaca862ebaca862ebaca86242 |
UHC | 묨b묨b묨b묨bB | 10010010010000010110001010010010010000010110001010010010010000010110001010010010010000010110001001000010 | 92416292416292416292416242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)