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 | ?}?u?TBB | 0011111101111101001111110111010100111111010101000100001001000010 | 3f7d3f753f544242 |
SJIS-WIN | 叩}叩u棚TBB | 1001001001000000011111011001001001000000011101011001001001001001010101000100001001000010 | 92407d9240759249544242 |
EUC-JP | 叩}叩u棚TBB | 1100001110100001011111011100001110100001011101011100001110101010010101000100001001000010 | c3a17dc3a175c3aa544242 |
UTF-8 | 叩}叩u棚TBB | 1110010110001111101010010111110111100101100011111010100101110101111001101010001110011010010101000100001001000010 | e58fa97de58fa975e6a39a544242 |
UHC | 叩}叩u棚TBB | 1100110110110000011111011100110110110000011101011101110111011100010101000100001001000010 | cdb07dcdb075dddc544242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)