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 | hûB | 100100101001010010010110011010001001001010010100100101011111101101000010 | 92949668929495fb42 |
SJIS-WIN | ???h????B | 001111110011111100111111011010000011111100111111001111110011111101000010 | 3f3f3f683f3f3f3f42 |
EUC-JP | ???h???ûB | 0011111100111111001111110110100000111111001111110011111110001111101010111110010101000010 | 3f3f3f683f3f3f8fabe542 |
UTF-8 | hûB | 11000010100100101100001010010100110000101001011001101000110000101001001011000010100101001100001010010101110000111011101101000010 | c292c294c29668c292c294c295c3bb42 |
UHC | ???h????B | 001111110011111100111111011010000011111100111111001111110011111101000010 | 3f3f3f683f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)