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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 短棚短棚B | 100100100101101010010010010010011001001001011010100100100100100101000010 | 925a9249925a924942 |
EUC-JP | 短棚短棚B | 110000111011101111000011101010101100001110111011110000111010101001000010 | c3bbc3aac3bbc3aa42 |
UTF-8 | 短棚短棚B | 11100111100111111010110111100110101000111001101011100111100111111010110111100110101000111001101001000010 | e79fade6a39ae79fade6a39a42 |
UHC | 短棚短棚B | 110100111010110111011101110111001101001110101101110111011101110001000010 | d3addddcd3addddc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)